finally
clauses are handled by the Java virtual machine, including an examination of the relevant bytecodes.
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Try-finally Clauses Defined and Demonstrated
February 1, 1997 9:34 AM
|
All Java programs are compiled into class files that contain bytecodes, the machine language of the Java virtual machine. This article takes a look at the way finally clauses are handled by the Java virtual machine, including an examination of the relevant bytecodes.
Read this Artima.com article: http://www.artima.com/underthehood/finally.html |