InterviewSolution
Saved Bookmarks
| 1. |
What Is Finally ? |
|
Answer» A Java keyword that executes a BLOCK of STATEMENTS regardless of whether a Java EXCEPTION, or RUN time ERROR, occurred in a block defined previously by the try keyword. A Java keyword that executes a block of statements regardless of whether a Java Exception, or run time error, occurred in a block defined previously by the try keyword. |
|