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
How do weakhashmap works?
What will be the initial value of an object reference which is defined as an instance variable?
What is the definition of tree ?
Can a constructor call another constructor?
Why singleton is not thread safe?
Explain about the main() method in java?
Explain the difference between an Interface and an Abstract class?
What is dynamic binding(late binding)?
What is the SimpleTimeZone class?
What is static and final keyword in java?
Which access specifier can be used with class ?
What is boolean keyword in java?
What about member inner classes?
What is a package in java? List down various advantages of packages.
Can we override constructor in java?