Why Java is not purely object oriented?
Answer Posted / ravikiran
Because it doenn't support multiple inheritence in a direct
manner,Even though interfaces used for the purpose
And it doesn't support pointers
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What is string in java with example?
How many bits is a string?
What is the maximum size of array in java?
How can you add and remove nodes in jtree?
What is a protected void?
What are the main concepts of oops in java?
Should a main method be compulsorily declared in all java classes?
What is bubble sorting in java?
Is java hashset ordered?
What is the use of private static?
What are generic methods?
What is unmodifiable list in java?
How many types of methods are there in java?
Can we return null in java?
What is a classloader in java?