Chapter 9. Formatting
Creating a FormatterWriting Formatted Output
Using the format( ) Convenience Method
Using the printf( ) Convenience Method
Tiger has a rather innocent looking new class called java.util.Formatter. Despite its looks, though, this one class provides new functionality
to all of Tiger's output methods. To cut to the chase, all you
former C programmers will finally get to compile code with printf( ) in
itthere, now aren't you smiling already?