Computer Science, asked by Anonymous, 4 months ago

DEFINE WRAPPER CLASSES???​

Answers

Answered by Gayatrishende1234
13

A Wrapper class is a class whose object wraps or contains primitive data types. ... In other words, we can wrap a primitive value into a wrapper class object. Need of Wrapper Classes. They convert primitive data types into objects

I hope this will help you dear..

Always stay safe and stay healthy..

Answered by BeingLegend004
5

Answer:

Wrapper classes provide a way to use primitive data types ( int , boolean , etc..) as objects.

Wrapper class in java are the Object representation of eight primitive types in java. All the wrapper classes in java are immutable and final. (◠‿◕)。◕‿◕。(◕દ◕)

Similar questions