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