+ 2
Is java pure oop?? Or not?
8 Respuestas
+ 2
java contain primitive types then also it is pure oop?? but java contain objects for primitive types
+ 1
yes java is pure opp,because without creating class you can not compile a program
+ 1
Java 8 is never considered 100% or pure object-oriented programming language. If it were, all its primitives would be objects.
Read more: http://www.java67.com/2014/03/is-java-pure-object-oriented-programming-language.html#ixzz4jZEnfK6A
+ 1
wrapper classes
+ 1
Java is Pure OO
Nothing can exist outside a class.
No program even main () cannot be created without a class.
0
what objects??
0
ya those are different from the primitive data types.. and those are wrapper classes.. you can create object of it and use it..
0
No, java's not pure OOP as it uses primitive data-types. But wrapper classes can be used for good practice.