Why java is not 100% object-oriented?

Answer Posted / hrindows@gmail.com

Java is not 100% Object-oriented because it makes use of eight primitive data types such as boolean, byte, char, int, float, double, long, short which are not objects.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a abstract class be defined without any abstract methods?

552


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

589


What are the actions that can occur when a thread enters blocked state?

576


What is java jit compilers?

556


Can you instantiate the math class in Java?

604






Define interface in java?

604


why java uses class level type casting ?

2251


explain autoboxing in java?

593


Can we restart a thread already started in java?

580


What is the purpose of the system class in java programming?

540


Why chararray() is preferred over string to store the password?

523


how to handle exceptions in ejb?

1867


What is the public method modifier?

540


What is the use of singleton?

506


Can you use abstract and final both with a method?

569