Java Main Method, Good Coding Style [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 3 years ago . I've had quite a long discussion with a friend of mine about the correct and good use of the main method in Java. Basically we have a class like this: public class AnImporter implements Runnable { // some methods, attributes, etc. } But where to put the main method? I