Why Java is not purely object oriented?
Answer Posted / babu
java is not pure object oriented language because 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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is class and object in java?
Are floats faster than doubles?
Which is better stringbuffer or stringbuilder?
Which sorting algorithm is in place?
What does regex mean?
What is fail fast in java?
What is the core java?
How java enabled high performance?
Can we extend a class with private constructor?
What package is math in java?
What do you mean by aggregation?
What is the difference between preemptive scheduling and time slicing in java programming?
What is mean by encoding?
Can you give few examples of final classes defined in java api?
Tell me a few examples of final classes defined in Java API?