java lpad 0 code example Example: padding a string with 0 in java String.format("%05d", yournumber); //%05 means length of 5 // 25 becomes 00025