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
Is 0 a prime number?
Why do we use predicate in java?
What are the advantages and disadvantages of reference counting in garbage collection?
What is the difference between conversation & casting?
What are the java ide's? Explain
What is the difference between a scrollbar and a scrollpane?
When is finally block not called?
Is java based on c?
What methodology can be employed to locate substrings inside a string?
What do you understand by private, protected and public?
What is a nested structure?
What is an infinite loop?
How to print an arraylist in java?
What is use of super keyword in java?
What is the string function?