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.

Related questions

0 votes
asked May 4, 2021 in JAVA by SakshiSharma
+1 vote
asked May 18, 2020 in JAVA by AdilsonLima
...