
Helper class is evil
Utility classes (or helper classes), “structures” that have only static methods, which as design is very popular in Java world (as well as in C#, Ruby, Python worlds) as they can provide usual functionalities that are used everywhere in a simple manner.