Why java is not a pure object oriented language?
Answer Posted / manikiran
Java fails in multiple inheritance. It is one of the feature
in OOPS concept .Java does not follow all rules of OOPS concepts
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is void a type?
What is binary search in java?
What is gc()?
Is it possible to override private or static method in java?
What comes to mind when someone mentions a shallow copy in java?
How do you add spaces in java?
Can we have any code between try and catch blocks?
Can we clone singleton object in java?
Why do we need singleton class?
What is the significance of java packages?
Difference between serialization and deserialization in java?
How arrays are stored in memory in java?
What is difference between string and stringbuffer?
What are different types of states exist for a thread?
Is a string literal?