CS202 Java-79
A Java Application
lMust contain a method called main()
lExecution always begins with the first statement in method main()
lAny other methods in your program are subprograms and are not executed until they are sent a message