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
How dead lock situation occurs in java and how you can identify it?
What is the main function in java?
What does yield method of the thread class do?
What restrictions are placed on method overloading in java programming?
why Java does not support multiple inheritances?
What is the difference between int and integer in java?
What is a function easy definition?
In java, how many ways you can take input from the console?
What is a final class ?
what are different ways in which a thread can enter the waiting state? : Java thread
What is number data type in java?
Does printwriter create a file?
What is the meaning of variables in research?
Explain the public class modifier?
What is the difference between member variables initialization and assignment in a constructor?