Maybe I do not understand something.
So I've created the class in Java, which does some stuff.I need to create a main method or mainClass, that will start(run) my class. (I do not mean JUnit).
Question: how to do it?
is there some sort of methodology?
described in the books somewhere?
Help me please