I'm new to Java programming and noticed that in my reading (learning) that there appear to be 2 acceptable syntax for the 'main' statement.

Example 1:
class MyClass{
public static void...