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
Which class should you use to obtain design information about an object in java programming?
What is the format specifier?
Why does java does not support multiple inheritance? Explain
Is ++ operator is thread safe in java?
What is the preferred size of a component in java programming?
What is parsing a string?
Explain different ways of creating a thread. Which one would you prefer and why?
Is math class static in java?
how can i use a nonsynchronized hashtable?
What is the use of optional ?
How do you define a variable?
Which is the best sorting technique in java?
Explain with example the concept of constant variable in java.
State differences between C and Java?
How to create an immutable class?