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
Can we override constructor?
What is parsing a sentence?
Tell me are there implementations for sorting and searching in the java libarary?
How does linkedlist work in java?
What is the purpose of finalization in java programming?
What is the longest unicode character?
What is binary search in java?
What are the differences between throw and throws?
What is an example of a constant variable?
Define locale.
What is ascii format?
What is purpose of find feature?
Which class is the superclass for all the classes?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is the purpose of sizeof operator?