Is java 100 % pure object oriented?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is java 100 % pure object oriented??

suggest the proper answer if yes!

22nd Nov 2017, 4:47 PM
Hemant Kamble
Hemant Kamble - avatar
1 Answer
+ 2
Java is not a 100% pure object oriented programming language due to its use of primitive types. int, float, double, boolean etc are not objects in Java. For a language to be pure OO its built in types would also need to be objects.
22nd Nov 2017, 7:20 PM
ChaoticDawg
ChaoticDawg - avatar