We say that java is a "pure" object orientated language but it use primitive data type. I searched a lot I didn't get this concept that why primitive data type violation of the object orientated style.
As i read it on many websites ... and i think java is a pure oops language but I'm not able to solve this question. please help me and share your views. primitive data type like:
int
float
Boolean etc.
What is the deference between primitive data type and wrapper classes?
Primitive data type Wrapper class
byte Byte
short Short
int Integer
long Long
float Float
double Double
char Character