Computer Science, asked by RADHE7887, 3 months ago

DEFINE WRAPPER CLASS?????​

Answers

Answered by Anonymous
2

\huge\tt\colorbox{white}{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.

  • Thnku :)
Answered by adyaa2
2

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 until package.

Similar questions