DEVFYI - Developer Resource - FYI

What is finally

J2SE Interview Questions and Answers


(Continued from previous question...)

74. What is finally

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.

(Continued on next question...)

Other Interview Questions