Java Software Engineer Question:

Tell us why java is not 100% Object-oriented?

Java Software Engineer Interview Question
Java Software Engineer Interview Question

Answer:

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


Previous QuestionNext Question
Do you know how threadsafe is enum in Java?Tell us why do you need to use synchronized methods or blocks?