is java 100% pure object oriented?
807598Aug 16 2006 — edited Jul 22 2007I am very confuse is java 100% pure object oriented language.
bcoz
1)object oriented means everything should be in object but
primitive data type is not object.
2) java don't support multiple inheritances which is one of the oop 's
concept