// 1 String s=String.valueOf(i); // 2 String s=Integer.toString(i); // 3 String s=String.format("%d",i);