here is what my textbook says
"The code block in a finally clause is always executed, unless the thread executing the try dies. The purpose of a finally clause is to give the programmer a guaranteed way to dispose of system resources and otherwise clean up before exiting a method. The finally clause is executed regerdless of how the try block is exited."
Main Topics
Browse All Topics





by: rrz@871311Posted on 2003-07-28 at 11:21:40ID: 9022181
And another question is,
Will Statement3 and Statement4 be executed ?