|
|
Exercise
3 Control of execution summary Fill in the blanks for this summary of flow of execution: 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.
Discussion of Exercise
3 Back to Content Back to top 
RITSEC - Global Campus Copyright ?1999 RITSEC- Middlesex University. All rights reserved. webmaster@globalcampus.com.eg |
|