Computer Science, asked by Anonymous, 1 month ago

A. Define a Wrapper Class WITH EXAMPLES?A. Define a Wrapper Class WITH EXAMPLES?

Answers

Answered by CopyThat
3

Answer:

A Wrapper class is a class whose object binds or wraps or contains primitive data types. We need wrapper classes to wrap primitive values into a wrapper class objects and vice versa. The eight classes of java.lang package are known as wrapper classes in java.

Ex: Byte, Integer, Double etc.  

Similar questions