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
Is null a string?
How hashmap works in java?
What about static nested classes in java?
How do you sort a set in java?
What is meant by object oriented programming – oop?
Can we overload run() method in java?
What do you mean by static variable?
What is var keyword ?
What are the three types of design patterns?
What is encapsulation in java?
Write a java program that prints all the values given at command-line.
How is final different from finally and finalize?
What are the different collection views provided by maps?
Why is string builder not thread safe?
What is oops in java?