Why Java is not purely object oriented?
Answer Posted / swetcha
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 ? | 369 Yes | 48 No |
Post New Answer View All Answers
Is a boolean 1 bit?
What is the base class in java from which all classes are derived?
What are the wrapped, classes?
What are the main uses of this keyword?
Explain illegalmonitorstateexception and when it will be thrown?
What is pangram in java?
What flag up means?
Can we override the private methods?
what do you mean by classloader in java?
Write a program to search a number in the given list of numbers.
What is primitive array?
What are the two ways to create a thread?
What is the purpose of interface?
What is widening and narrowing in java? Discuss with an example.
Is minecraft java edition free?