Skip to content

Entry Point for Java Program

codenamewei edited this page Feb 4, 2021 · 2 revisions

Java Program in Training Labs is initiated by the entry point of

public static void main(String[] args)

Any variant to this line will cause the program not to run.
Example:
Missing the argument String[] args