Java Software Engineer Question:

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

Tweet Share WhatsApp

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.

Download Java Software Engineer PDF Read All 45 Java Software Engineer Questions
Previous QuestionNext Question
Do you know how threadsafe is enum in Java?Tell us why do you need to use synchronized methods or blocks?