Which is not Object in Java?

Answer Posted / ramachandrarao

In Java primitive data types are not objects.
primitive data types are:int, float,long,
char,boolean,double,byte
forthat reason only java is not 100% object oriented.
to convert these primitive data types into objects we have
to use wrapper classes.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of garbage collector in java?

485


Is string serializable in java?

538


Can we force garbage collector to run ?

566


What is thread synchronization in java?

477


Tell us something about different types of casting?

515






What is a function argument in java?

511


What is class level lock ?

606


What is the console in java?

672


What is %d in printf?

515


What is difference between jdk,jre and jvm?

557


What is collection api?

602


What is the difference between JVM and JRE?

616


Can each java object keep track of all the threads that want to exclusively access it?

528


How many types of constructors are used in java?

532


Differentiate between nested and inner class in java.

544