您的位置:寻梦网首页编程乐园Java天地Core JavaJava Lecture Notes

Introduction

Content

Apply

Reflect

Extend

previous.gif
 (3087 bytes)

Untitled-1.GIF (357576 bytes)


Apply Index

Apply Page # 8

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

basicline.gif (169 bytes)

RITSEC - Global Campus
Copyright ?1999 RITSEC- Middlesex University. All rights reserved.
webmaster@globalcampus.com.eg