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


Please Help Members By Posting Answers For Below Questions

why static class in java

1259


To identify IDL language what mapping mechanism is used?

3402


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

549


What is the immediate superclass of the applet class?

583


Difference between loadclass and class.forname?

581






Do we need to override service() method

1126


Name three subclasses of the component class?

600


Explain phantom read?

1727


What modifiers may be used with an interface declaration?

544


what is a non-repeatable read?

1815


What are the services in RMI ?

1869


Is the infobus client side only?

589


What is the highest-level event class of the event-delegation model?

560


What are the steps to write p-to-p model application?

1942


What are local interfaces? Describe.

685