Why Java is not purely object oriented?
Answer Posted / babu
Although Java is object-oriented to a great extent, it is
not a pure object-oriented language. One of the reasons
Java is not purely object-oriented is that not everything
in it is an object. For example, Java allows you to declare
variables of primitive types (int, float, boolean, etc.)
that aren't objects. And Java has static fields and
methods, which are independent and separate from objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are thread priorities and importance of thread priorities in java?
What are structs in java?
What is the use of optional ?
What is flag in java?
How many java versions are there?
How does the java compiler work?
What is type inference in java8?
What type of variable is gender?
How to Sort Strings which are given in List and display in ascending order without using java api.
Is zero a positive integer?
Explain the importance of finally over return statement?
What is ternary operator? Give an example.
Why is logger singleton?
How can the checkbox class be used to create a radio button?
Can we use return in constructor?