Mobiversa Interview Question

what is wrapper in java?

Interview Answer

Anonymous

Oct 27, 2023

Wrapper is a class that converts a primitive data type into an object.

1