Advertisements
Advertisements
Question
A ______ class is a special kind of class which wraps the value of a primitive data in an object.
Fill in the Blanks
Advertisements
Solution
A wrapper class is a special kind of class which wraps the value of a primitive data in an object.
Explanation:
A wrapper class converts a simple primitive data type (like int or char) into a full object instance (like Integer or Character). This allows primitive values to be used in object-oriented structures, such as collections, or to use built-in utility methods like data parsing.
shaalaa.com
Is there an error in this question or solution?
Chapter 5: Library Classes - Exercises [Page 134]
