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
What is the difference between Error, defect,fault, failure and mistake?
When is the garbage collection used in Java?
Define an abstract class with reference to java.
Why pointers are not used in java?
What is meant by 'Class access modifiers'?
Explain about member inner classes?
What is javac in java?
What do you mean by buffering?
What is meant by data hiding in java?
What are 3 boolean operators?
Define reflection.
Can we make constructors static?
Which is easier netbeans or eclipse?
Is java an open source?
How do you sort arraylist in descending order?