Why Java is not purely object oriented?
Answer Posted / ved
java is not pure object oriented language becoz 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 ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is meant by object?
What is a default constraint?
Print Vertical traversal of a Binary Tree.
Why hashset is used in java?
Can we use String with switch case?
What are different types of control structures?
What is the synonym of procedure?
What are different access specifiers in java?
Can singleton class be serialized?
What are the differences between getting and load method?
How do we access static members in java?
If an object is garbage collected, can it become reachable again?
What access modifiers can be used for class ?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is string builder in java?