I was running a Java class that `extends Applet implements Runnable` and apparently the program can run, but there is no `main` method. I thought Java applications needs the `main` method as its entry point?
以上就是Java Applet runs without a main method?的详细内容,更多请关注web前端其它相关文章!