See More

String s = String.valueOf(n); // String s = n + ""; // String s = Integer.toString(n);