Java Software Engineer Question:
Tell us why java is not 100% Object-oriented?
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 Question | Next Question |
Do you know how threadsafe is enum in Java? | Tell us why do you need to use synchronized methods or blocks? |