Utility Class
Last updated
Was this helpful?
Last updated
Was this helpful?
also known as helper class, which contains just static methods, it is stateless and cannot be instantiated. It contains a bunch of related methods, so they can be reused across the application. As an example consider Apache StringUtils, CollectionUtils or java.lang.Math.