please tell me what is wrapper class in java with example ?
Answer Posted / pradeep
the wrapper class is used for accessing the primtive data
type for to the object.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
what is instanceof operator used in java?
What is the list interface in java programming?
How many bits is a string?
I want to persist data of objects for later use. What is the best approach to do so?
What are three types of loops in java?
Explain the advantages of packages in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Where is core java used?
List some important features of java 10 release?
What's the purpose of static methods and static variables?
Explain wait(), notify() and notifyall() methods of object class ?
What is an interface in java? Explain
Where can I find jdk in my computer?
Is finalize() similar to a destructor?
How the interruptible method gets implemented?