Programming Convert integer to string Java String stringInt = "999999999"; int i = Integer.parseInt(stringInt); System.out.println("Integer: " + i);