0 votes
in JAVA by
What are wrapper classes in Java?

1 Answer

0 votes
by

What are wrapper classes in Java?

Wrapper classes are a functionality supported by java to accept primitive data types as inputs and then later convert those into string objects so that they can be compared to other objects.

...