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
Difference between swing and awt?
How would you detect a keypress in a jcombobox?
Difference between DurableSubscription and non- DurableSubscription?
Are enterprise beans allowed to use thread.sleep()?
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?
What are the types of scaling?
the same information whether it will connect to the database or it will be used previous information?
Which javutil classes and interfaces support event handling?
Difference between hashmap and hashtable?
Which container method is used to cause a container to be laid out and redisplayed?
What is the argument type of a programs main() method?
What modifiers may be used with an inner class that is a member of an outer class?
What are the pros and cons of detached objects?
What is a modular application? What does module-relative mean?
What do you need to set-up a cluster with jboss?