java number padding Zeros
System.out.println(String.format("%03d", 4)); // 004
garzj
System.out.println(String.format("%03d", 4)); // 004