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
Can a class be private?
How do you implement tree mirroring in java?
What is an inner class in java?
What is object of class in java?
What is type conversion in java?
What does index mean in java?
What is a bufferedreader?
What’s a deadlock?
How do you find the absolute value?
What are the advantages of defining packages in java?
What does it mean to be immutable?
Can we have a try block without catch block?
Is a class subclass of itself?
Is age a discrete variable?
Why char array is favored over string for the storage of passwords?