How do I do C-style formatted printing, like with printf?
Created May 8, 2012
John Zukowski The
java.util.Formatter
class was introduced in JDK 5.0 and offers locale-sensitive formatting of numbers and strings.