int integer = 15; String paddedInteger = String.format("%03d", integer); System.out.println(paddedInteger);