+ 1
Is java a pure object oriented programming language??
3 Answers
+ 1
No, it's not pure OOP, because it supports primitive data types which are not objects.
+ 1
Sofiya Ali Explain more what you mean by 'pure' object oriented programming language.
+ 1
Yes Java is a pure Object Oriented Program.
Even primitives doesn't have any value or identification without object. Object is the only one which can call all the properties of class. Without object creation we cannot use any properties of a class.