Why Java is not purely object oriented?
Answer Posted / rohit jadhav
Java is not a puerly object oriented language because the
concept of pointers is not used in java. Also, we cannot
implement multiple inheritance in java using only classes
and not an interface.
Is This Answer Correct ? | 18 Yes | 67 No |
Post New Answer View All Answers
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Explain wait() method of object class ?
What is encapsulation in java?
How to sort list of list in java?
What is the difference between double and float variables in java?
What is the difference between delete and delete[]
What is a java list?
What are strings in physics?
How does arrays sort work in java?
What is module in oop?
Are arrays static in java?
How many bits is a char?
Can a class be a super class and a sub-class at the same time? Give example.
Can we extend singleton class in java?
What are nested classes in java?