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
When is an object subject to garbage collection?
How much is a java license?
How do you sing an Applet ?
Which collection is thread safe in java?
Explain the difference between intermediate and terminal operations in java8?
What is the static import?
Is age a discrete variable?
What are the advantages of assembly language?
If a class is declared without any access modifiers, where can the class be accessed?
Do you know why doesn't the java library use a randomized version of quicksort?
What is meant by string is immutable?
What are class members by default?
I want to store more than 10 objects in a remote server? Which methodology will follow?
How will you communicate between two applets?
What does a void function return?