Computer Science, asked by Anonymous, 4 months ago

DEFINE WRAPPER CLASS???????​

Answers

Answered by abhilesh28
1

Answer:

. A Wrapper class is a class which contains the primitive data types (int, char, short, byte, etc). In other words, wrapper classes provide a way to use primitive data types (int, char, short, byte, etc) as objects. These wrapper classes come under java. util package

Explanation:

Answered by Anonymous
1

\sf{\underline\blue{Answer:-}}

JavaObject Oriented ProgrammingProgramming. A Wrapper class is a class which contains the primitive data types (int, char, short, byte, etc). In other words, wrapper classes provide a way to use primitive data types (int, char, short, byte, etc) as objects. These wrapper classes come under java. util package.

Similar questions