Wrapper Class

is a class which defines a primitive data type.
A Wrapper class is a class whose object wraps or contains a primitive data types.
Wrapper class in java provides the mechanism to convert primitive into object and
object into primitive.
Example: Integer, Character, Double etc.

This entry was posted in Basic. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *