Flow
of execution
Once the run-time interpreter has
chosen to execute a method, it will execute the first statement in the method. Depending
on the category of statement, there are two fundamental ways that the run-time interpreter
decides how to choose the next statement to execute:
- it executes the statements of the method in the sequence
they occur
- it encounters a control statement, which results in a branch
of execution out of sequence

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