String Java w3 code example
Example: java string methods
static String valueOf(int i) - returns the string representation of the int
argument.
static String valueOf(int i) - returns the string representation of the int
argument.