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 |
What is a jagged array in java?
What is public static void main?
What is a top level class in java?
what is webservices
5 Answers Consultancy, Mind Tree,
What is style and indentation?
what is polymorphism with example?types of polymorphism?
Difference between this(), super()?
12 Answers College School Exams Tests, Oracle,
What is parsing a sentence?
What is the intersection and union methods?
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
What is OOPS Concept?
What is method overloading in java ?