Java String formatting with the String format method | Java String.format method | alvinalexander.co
How to use the format method of the Java String class to print formatted output. This functionality is similar to having a Java sprintf method at your disposal. ... I don't know what the performance difference is there, you'd have to write some tests to s...