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 does indexof mean?
Why do we need wrapper class?
What is the use of inner class?
What is a methodologist?
Explain notify() method of object class ?
Is linkedlist thread safe in java?
why java uses class level type casting ?
What does microservices mean?
What is scope of a variable?
Can there be an abstract method without an abstract class?
Does A Class Inherit The Constructors Of Its Superclass?
What are the advantages and disadvantages of reference counting in garbage collection?
Can size_t be negative?
How to perform selection sort in java?
What are the main differences between notify and notifyAll in Java?