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

Introduction

Content

Apply

Reflect

Extend

previous.gif
 (3087 bytes)

next.gif
 (2959 bytes)


Content Index

Content Page # 18

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

 

basicline.gif (169 bytes)

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