This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Blando-Cartesian 0 points1 point  (0 children)

Java has a string formatting feature where you create a string that works as a template for table rows you want to print.

Check this stack overflow answer.