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
What is the exact difference in between Unicast and Multicast object?
What is the use of isempty in java?
What do you understand by private, protected and public?
Explain the difference between jvm and jre?
What is the purpose class.forname method?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Explain public static void main(string args[]) in java.
What are the differences between heap and stack memory in java?
What do you know about java?
I want to persist data of objects for later use. What’s the best approach to do so?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is a java predicate?
How is abstraction implemented in java ?
What is an image buffer?
How can you read an integer value from the keyword when the application is runtime in java? example?