Given an integer and we have to convert it into string.
Java conversion from Integer to String
To convert an Integer to String, we use toString() method of Integer class, it accepts an integer value and returns the string value.
Syntax:
Integer.toString(int);
Java code to convert an Integer to String
Output
need an explanation for this answer? contact us directly to get an explanation for this answer