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
How do I stop concurrentmodificationexception?
Is there any sort function in java?
Explain parallel processing in java8?
What is integer valueof?
What is pass by value?
What is difference between adapter class and listener?
What does ide stand for?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What are heap memory and stack memory and what are memory tables.
Can we have any other return type than void for main method?
What is balanced tree in java?
Can a class be final?
Explain about join() method?
What is a vararg?
Write a program to print all permutations of string?