Why java is not a pure object oriented language?
Answer Posted / el
Java allows reflection, which is a very powerful feature, but is not pure oop concept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is immutable class in java?
Can we override the private methods?
Can we write class inside a class in java?
List the three steps for creating an object for a class?
What is data type in java?
Explain the importance of thread scheduler in java?
Can anonymous class have constructor?
what is static import in java? Explain
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is java string pool?
What is polymorphism and what are the types of it?
How are multiple inheritances done in Java?
What do you understand by soft reference?
For class CFoo { }; what default methods will the compiler generate for you>?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?