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 are format specifiers in java?
Why are pointers not secure?
How many types of exception can occur in a java program?
What is JFC?
What is natural ordering in java?
How do you convert bytes to character in java?
Can a constructor call the constructor of parent class?
Describe the various concepts related to object oriented programming (oop).
what is thread? : Java thread
What is a double?
In case of inheritance what is the execution order of constructor and destructor?
What do you mean by aggregation?
What is the flag in java?
Can main() method in java can return any data?
What is a condition in programming?