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 is the role of the java.rmi.naming class?
What does n mean?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the syntax and characteristics of a lambda expression?
What is preparedstatement in java?
What is the generic class?
How many bytes is a char in java?
Will set allow duplicates in java?
What is byte [] in java?
What is meant by bytecode?
What is the difference between the prefix and postfix forms of the ++ operator?
Is string passed by reference in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is java reflection api?
What is the exception hierarchy in java?