As I keep forgetting, this post is to remind me that Java Java doesn’t have a pretty toString() for arrays objects, and it does for…
Today I was programming a toString method for a class widely used in a application, using the very useful String.format that provides a C’s like…