What is meant by wrapper classes?
Answers were Sorted based on User's Feedback
Answer / vishnu
Wrapper class is a wrapper around a primitive data type. It
represents primitive data types in their corresponding class
instances e.g. a boolean data type can be represented as a
Boolean class instance. All of the primitive wrapper classes
in Java are immutable i.e. once assigned a value to a
wrapper class instance cannot be changed further.
| Is This Answer Correct ? | 12 Yes | 0 No |
Why do we need wrapper classes?
How do you get length in java?
What is the purpose of the enableevents() method?
How to find the length and capacity of a string buffer ?
Explain thread life cycle in java?
What is the list interface?
Explain wait(), notify() and notifyall() methods of object class ?
What is a newline character in java?
What is are packages?
can any body body expalin best definitions & best real time exaples for opps concepts.
what is the use of bean managed and container managed with example?
How do you override a private method in java?