please tell me what is wrapper class in java with example ?
Answer Posted / naresh tuhania
By the help of Wrapper classes we can convert a primitive
type into Object type . These are the static classes and
provides methods for this .
Is This Answer Correct ? | 41 Yes | 7 No |
Post New Answer View All Answers
what are synchronized methods and synchronized statements? : Java thread
Does every java program need a main?
How to sort a collection of custom Objects in Java?
Explain the difference between abstraction and encapsulation.
What is the biggest integer?
What is meant by JVM? Is JVM platform independent or not?
What are different data types?
Can inner class extend any class?
What are the restrictions imposed on method overriding?
What is the use of flag?
Which data type is class in java?
What is the difference between access specifiers and access modifiers in java? 16
What is a method type?
How can we break singleton in java?
What is assembly language?