Advertisements
Advertisements
प्रश्न
A ______ class is a special kind of class which wraps the value of a primitive data in an object.
रिकाम्या जागा भरा
Advertisements
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 5: Library Classes - Exercises [पृष्ठ १३४]
