I have to print list of objects to a text file with table format. For example, if I have list of Person(has getName,getAge and getAddress methods)objects, the text file shou
Use printf with padded fields to achive column alignments.
PrintWriter.printf to be specific