Whats the best practice for creating Stateless Utility classes in Java [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . Improve this question What's the best practice for creating the Utility (which do not hold any state) classes in Java. In most of the cases we end up creating static methods for such tasks. Other possible way could be "create the singleton objects" for performing this