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
What classes of exceptions may be caught by a catch clause?
what are memory considerations of jsp compares to other web components?
Describe responsibilities of Activator?
Explain the difference between object state and behavior?
Should synchronization primitives be used on bean methods?
What is an abstract method?
What is the difference between java class and bean?
What are the sequence of steps to write pub or sub model kind of application?
What modifiers may be used with an interface declaration?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Why do I get a duplicate name error when loading a jar file?
Explain phantom read?
Name the class that is used to bind the server object with RMI Registry?
What is the difference between static and non-static with examples?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?