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 int lol?

840


Explain how to force the garbage collection in java.

702


What is java beans?

753


What is an empirical question?

753


what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread

735


What is thread safe in java?

717


Why string objects are immutable in java?

783


Can we call a non-static method from inside a static method?

759


What is difference between variable declaration and definition?

707


How is hashcode calculated in java?

690


What is string in java? String is a data type?

742


How to convert string to char and vice versa?

700


What is mnemonic code?

752


How finally used under exception handling?

694


Explain spliterator in java8?

772