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 is the difference between stream and buffer?
Explain java heap space and garbage collection?
What is hash in java?
What is the purpose of checked and unchecked exceptions in JAVA?
Why do we need singleton class?
What is sizeof () operator?
Explain java coding standards for classes or java coding conventions for classes?
Can we catch more than one exception in a single catch block?
What are computer functions?
Can arraylist hold different types java?
What is map java?
How many bits is a double?
What is string pool in java?
Why java is object oriented?
Can java object be locked down for exclusive use by a given thread?