Why Java is not purely object oriented?
Answer Posted / ved
java is not pure object oriented language becoz of two main
reasons
1. java uses primitive data type. means every thing in java
is not the object and classes.
2. it supports static variables that are not the part of
classes and object.
these are two main reason that's why java is not pure
object oriented languge.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain exception chaining in java?
How do we access static members in java?
What is the difference between array and array list in java?
Why we override equals() method?
What is the difference between final, finally and finalize() in java?
What is string args [] in java?
when to use ArrayList and when to use HashMap in webApplication.
What are the advantages of unicode?
What is data type example?
Explain the difference between intermediate and terminal operations in java8?
What is a nested class?
How can we make a class virtual?
What is hash table in java?
Can you start a thread twice in Java?
Is int a class in java?