Why Java is not purely object oriented?
Answer Posted / anjali purwar
Yes, JAVA is not purrely Object oriented because of the use
of primitive data types like char, int,bool,etc.
Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is meant by data hiding in java?
Explain how to force the garbage collection in java.
What is the differences between heap and stack memory in java? Explain
Why map is used in java?
What is style and indentation?
How is java hashmap implemented?
In java, how we can disallow serialization of variables?
Why java is used everywhere?
Why object class is super class for every class in java?
What does opcode mean?
What do you understand by the term wrapper classes?
Explain illegalmonitorstateexception and when it will be thrown?
What is meant by bytecode?
Explain some best practices you would apply while using collection in java?
What is binary tree in java?