Computer Applications

Write the purpose of the function Integer.valueOf()

Java Library Classes

41 Likes

Answer

It is used to convert string data into the Integer wrapper object.

Answered By

27 Likes


Related Questions