Advertisements
Advertisements
Question
A wrapper class is used to convert any given data type into an ______.
Fill in the Blanks
Advertisements
Solution
A wrapper class is used to convert any given data type into an object.
Explanation:
In Java, primitive data types (like int, char, or double) are not objects. A wrapper class takes these raw values and wraps them inside an object container, allowing them to be stored in Java collections (like ArrayList) and manipulated using object-oriented methods.
shaalaa.com
Is there an error in this question or solution?
