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 main purpose of serialization in java?

518


What are the disadvantages of object oriented programming?

584


Why java is said to be pass-by-value ?

532


Is 0 a real number?

576


What are the wrapped, classes?

589






Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

555


How to make a class or a bean serializable?

537


Whats the difference between notify() and notifyall()?

562


define the terminology association.

607


What do you mean by global variable?

520


What is final class?

569


Explain the difference between extends thread vs implements runnable in java?

525


What are the differences between processes and threads?

504


Is object a data type?

550


Give the hierarchy of inputstream and outputstream classes.

605