I\'m getting results from a database and want to output the data as a table in Java\'s standard output
I\'ve tried using \\t but the first column I want is very vari
Check this out. The author provides a simple but elegant solution which doesn't require any 3rd party library. http://www.ksmpartners.com/2013/08/nicely-formatted-tabular-output-in-java/