why we use string in java code example
Example 1: java string methods
static String valueOf(int i) - returns the string representation of the int
argument.
Example 2: what are strings in java
Strings are an array of characters, but not in Java.