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
What is percentage in java?
What restrictions are placed on method overriding in java programming?
Explain about OOPS concepts and fundamentals.
Which types of exceptions are caught at compile time?
What is a container in a gui?
Are arrays primitive data types?
What are static initalizers in java ?
What is the basic of java?
What do you mean by boolean?
What is substring in java?
How to read and write image from a file ?
What is default locale java?
What happens if a constructor is declared private?
Can we have 2 main methods in java class?
Why is a string immutable?