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 difference between c++ and java ?
What is return used for in java?
Why is flag used in java?
Why stringbuilder is not thread safe?
what do you understand by the term string with respect to java?
What are inbuilt functions in java?
Why singleton pattern is better than creating singleton class with static instance?
Can we clone singleton class in java?
Can we start a thread twice in java?
what state does a thread enter when it terminates its processing? : Java thread
List some oops concepts in java?
What is callable java?
What is an inner class in java?
Is object a data type in java?
What is boolean flag in java?