Why Java is not purely object oriented?
Answer Posted / bijay
java is not purely objaect oriented language because in
java we are using primitive data type & java does not
support multiple inheritance directly.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Tell us something about set interface.
What is difference between c++ and java ?
How do you ensure that n threads can access n resources without deadlock?
What do you understand by looping in java? Explain the different types of loops.
What does you mean in math?
How many bytes is a string in java?
Explain what pure virtual function is?
What is ++ a in java?
What is the difference between call by reference and call by pointer?
Can memory leak in java?
What is comparable and comparator interface? List their differences
What do you mean by constant time complexity?
When object is created and destroyed?
What are the three types of design patterns?
What does super keyword do?