Answer Posted / thara
Primitive types are not objects in Java
Many methods are available in the Java library that work
only for objects
Wrapper classes are used to represent primitive data types
as objects.
Boolean, Character, Byte, Short, Integer, Long, Float, and
Double.
Object wrappers for the corresponding native data type.
Object Oriented implementation of the primitive data types
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What do u mean by variable?
What is the difference between && and & in java?
What restrictions are placed on method overloading?
What is ternary operator?
What are different types of inner classes ?
What is adapter in java?
Explain about field hiding in java?
What is integers and example?
What is balanced tree in java?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
How do you do a line break in java?
What are the important methods of java exception class?
What are decalarations?
which class is the wait() method defined in? : Java thread
What are white spaces in java?