please tell me what is wrapper class in java with example ?
Answer Posted / srinu
The wrapper class used for To convert Primitive data Type
in to User defined data Type and also Collection class
contain all user defined data type this user defined data
type convert into primitive data type
| Is This Answer Correct ? | 22 Yes | 8 No |
Post New Answer View All Answers
What are the different types of methodologies?
what are synchronized methods and synchronized statements? : Java thread
Which collection is sorted in java?
Write a java program to check if a number is prime or not?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Can we force garbage collector to run ?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is a finally block?
Is it necessary that each try block must be followed by a catch block?
Explain how can you debug the Java code?
Why java is considered as platform independent?
How do you square a number in java?
What is difference between iterator and enumeration in java?
What does += mean coding?
What is purpose of keyword void?