Convert integer to string Java Posted on March 30, 2012 by torrancejones String stringInt = "999999999"; int i = Integer.parseInt(stringInt); System.out.println("Integer: " + i);