int num = 123;
String toStr = Integer.toString(num); System.out.println("Convert using Integer.toString : "+toStr);}
0 Comments