How do you declare the starting point of a Java application?
Printable View
How do you declare the starting point of a Java application?
in the applications jar's manifest where you tell it which class has your "main".
I was thinking maybe by documenting proper comments or specifying visibility modifiers like public or private