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 mean by collections in java?
What are the access modifiers in java?
Write a factorial program using recursion in java?
What are implicit objects in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is string args [] in java?
What is the purpose of garbage collection in java?
What are the types of exceptions?
What is exception hierarchy in java?
What is string [] args?
What is generics in java interview questions?
Can final class have constructor?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Which is fastest collection in java?
explain the concept of virtual method invocation in polymorphism in detail?