I have a quite simple question:
I want to have a Java Class, which provides one public static method, which does something. This is just for encapsulating purposes (to h
No, abstract classes are meant to be extended. Use private constructor, it is not a workaround - it is the way to do it!