Why java is not a pure object oriented language?
Answer Posted / subbu
Java uses primitive datatypes. so it not a pure object oriented language.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is lossy conversion in java?
How do I type unicode?
Explain the difference between the public, private, final, protected, and default modifiers?
How does remove work in java?
Can a class have more than one object?
Is there any difference between nested classes and inner classes?
Explain the transient field modifier?
What is the use of math abs in java?
Why is a singleton bad?
What are the two ways of implementing multi-threading in java?
Why is inheritance used in java?
What is ternary operator in java?
Describe the term diamond problem.
Give me some null interfaces in java?
Describe how to implement singleton design pattern in struts.