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 a static method in java?
What are the topics in core java?
What is difference between path and classpath?
What does it mean that a method or field is “static”?
What is the difference between a break statement and a continue statement?
Is minecraft 1.15 out?
What is arraylist e in java?
What are the four integer types supported by java?
What is the inheritance?
What is the do while loop syntax?
Explain the access modifiers for a class, method and variables?
How do you sort a string in java?
What are abstract methods in java?
What does system.gc() and runtime.gc() methods do?
How many types of methods are there in java?