Advertisements
Advertisements
प्रश्न
A wrapper class is used to convert any given data type into an ______.
रिक्त स्थान भरें
Advertisements
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
