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 difference between java and java ee?
In java, what is the difference between method overloading and method overriding?
Variable of the boolean type is automatically initialized as?
Explain what access modifiers can be used for methods?
What does java final mean?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is class level lock ?
Describe string intern() methodology
How do you make a thread in java?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
What does the exclamation mark mean in java?
What are the main features of java?
What is the difference between delete and delete[]
Can we declare a class as abstract without having any abstract method?
What are the characteristics of java?