Which is not Object in Java?

Answer Posted / aruna

JAVA is not 100% Object Oriented as we can use primitive
datat types like int ,float in java also.we have to wrap
them into as Objet as the JVM can not treate them as
objects.In JAVA1.5 we no need to wrap them as Objects
because 1.5 provides auto wrapping up of primitive data
types.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object-oriented programming?

564


What is subsequence of a string?

596


What means public static?

556


Can the garbage collection be forced by any means?

526


Can we synchronize static methods in java?

594






why are there separate wait and sleep methods? : Java thread

571


Do you need to import math in java?

557


Is Constructor possible in abstract class in java ?

582


What is collection sort in java?

548


Explain about the main() method in java?

563


Is this valid in java ? Can we instantiate interface in java?

544


Define interface in java?

599


How to overcome the exception object reference not set to an instance of object?

616


What is mean by encoding?

622


How can we find the sum of two linked lists using stack in java?

562