A Java ___________ will begin execution with the first statement of the ____ method of the class provided as an argument to the interpreter (i.e. the 'main' class).
A Java ______ will begin execution with the first statement of the ___________ method of the class named in the <APPLET> tag.
The computer executes in an order determined by the program statements. Unless otherwise specified, statements will be executed in ________, i.e. one instruction after another in the order they occur.
A deviation from execution in sequence is called a ______.
There are three different categories of branching: selection, iteration, and _____________ branching.