Hi,
Can you explain to me how the main method works.
Why each keyword is needed for the main method to function.
Is the args parameter needed with this basic output command?
Sorry if this is too basic for you, Im very new to Java.Code:public static void main(String args[]) {
System.out.println("Hello World");
}
As simple as possible please. Thanks.

