Answer Posted / vijayakumar chinnasamy
A class enclosed or Wrapped the primitive data type is
called wrapper class.
Number class is the super class for Wrapper class. subclass
of Number classes are Byte,Short,Intger,Long,Float,Double,
Character
primitive values Wrapper class
byte Byte
short Short
int Integer
long Long
float Float
char Character
Mostly the wrapper classes are used to pass the date thru
networks/serializable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
When should a function throw an exception?
Which number is denoted by leading zero in java?
Difference between serialization and deserialization in java?
What is the difference between serial and throughput garbage collector?
Should a main method be compulsorily declared in all java classes?
What is anti pattern in cyber security?
How hashmap works in java?
Explain listiterator and methods in listiterator?
Where is const variable stored?
How can we create a thread in java?
how to create multithreaded program? : Java thread
What is an array in java?
Explain enumeration in java?
Name component subclasses that support painting in java programming?
Can a class have a static inner class?