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