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
What is a for loop in java?
Can we have return statement in finally clause? What will happen?
What are variable names?
What is a Hash Table? What are the advantages of using a hash table?
Explain list interface?
What is meant by class and object in java?
Does .length start 0 java?
What are the differences between getting and load method?
Is alive and join method in java?
What is difference between add() and addelement() in vector?
What is the benefit of lambda expressions?
What are the five major types of reference sources?
What is final int?
How many arguments can be passed to main ()?
What is the difference between jdk and jre?