Answer Posted / vijayakumar chinnasamy
Wrapper class : A class to enclosed(wrapped) the primitive
data type.
eg: Integer - it wrapp the int primitive data type.
Character - it wrap the chat data type.
int a=10;
Integer i=new Integer(a);
Java Wrapper class:
Integer,Byte,Short,Character,Boolean,Long,Float,Double.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is sizeof in java?
What is the difference between serializable and externalizable interfaces?
What are namespaces in java?
What is the parse method in java?
Can we write a class without main method in java?
How to optimize the javac output?
What is a buffer in computer?
What is length in java?
Does java isempty check for null?
List the different types of classloaders in java.
If you are given the name of the function at run time how will you invoke the function?
What is a generic type?
What are the 6 functions?
What do you mean by JVM?
What are different types of expressions?