Why Java is not purely object oriented?
Answer Posted / swetcha
Although Java is object-oriented to a great extent, it is
not a pure object-oriented language. One of the reasons
Java is not purely object-oriented is that not everything
in it is an object. For example, Java allows you to declare
variables of primitive types (int, float, boolean, etc.)
that aren't objects. And Java has static fields and
methods, which are independent and separate from objects
| Is This Answer Correct ? | 369 Yes | 48 No |
Post New Answer View All Answers
What interface is extended by awt event listeners?
How to instantiate member inner class?
What is += mean in java?
What is the map interface in java programming?
Is there a sort function in java?
How do you do math powers in java?
When will we use them?
What do you mean by local variable and instance variable?
How will you print number in reverse (descending) order in BST.
How do you reverse a string in java without using string buffer?
What an i/o filter?
Explain the difference between jdk, jre, and jvm?
What is parsing a string?
What is instance means in java?
Why java is not 100% object-oriented?