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 the purpose of the file class in java programming?
Tell me the Importent classes in net package?
What is difference overloading and overriding?
What is a java list?
What do you mean by data type?
What is the platform?
What are methods in java?
Why are data types important?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
How will you serialize a singleton class without violating singleton pattern?
What is the final class?
How can constructor chaining be done by using the super keyword?
What is the difference between stream and buffer?
State some situations where exceptions may arise in java?
What is Java Reflection API? Why it’s so important to have?