java is fully object oriented languages or not? why?
Answer Posted / awadhesh kumar
Java is not a completely object oriented language, because
not all values in Java are Objects. For example, the basic
numeric types such as int, long, double, etc., are not
objects and need to be "boxed" into objects in order to pass
them as Object parameters or call methods on them.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Where can I find seam examples and documentation?
What are the different methods of identifying an object?
Difference between new operator and class.forname().newinstance()?
What you mean by COM and DCOM?
Difference between hashmap and hashtable?
how to use debug in my elipse to solve problems that exist in my project
What is prototype?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Is it possible to stop the execution of a method before completion in a sessionbean?
How is a java object message delivered to a non-java client?
Is the session factory thread safe?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Can you control when passivation occurs?
what is a portable component?