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 is t in generics in java?
How to declare objects of a class ?
What are the limitations of procedural programming approach?
How do you sort in java?
what is thread? : Java thread
How do singleton patterns work?
What is java autoboxing?
Write a program to reverse a number in java?
Is void a data type?
What are java methods?
What’s the difference between applets and standalone program?
Why do I need to declare the type of a variable in java?
What is == and === in javascript?
What is the difference between an if statement and a switch statement?
Explain the concept of proper inheritance?