
From the beginning of leaning java one thing everyone knows that is java is object oriented language. But is it true ?, Yes It is true that java is object oriented language but not pure object oriented language. pure object oriented means every thing is an object . But in java not every thing is an object such as Primitive Datatypes e.g. Boolean, char, short, int, long, float, double, different kinds of arithmetic, logical and Bitwise operator e.g. +, -. *, /, &&, || etc. That’s why we can’t say that java is Pure object-oriented language. Few pure object-oriented languages are Smalltalk and Eiffel. Hope you get understand .In case you have any difficulties send your queries on my E-mail :-javedmeman323@gmail.com.
