Computer Applications

Write the purpose of the function Integer.valueOf()

Java Library Classes

44 Likes

Answer

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

Answered By

28 Likes


Related Questions