Article Discussion
How the Java Virtual Machine Handles Exceptions
Summary: 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 exceptions are handled by the Java virtual machine, including the exception table and the bytecodes related to exceptions.
0 posts.
The ability to add new comments in this discussion is temporarily disabled.
    Bill
     
    Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
    How the Java Virtual Machine Handles Exceptions
    January 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 exceptions are handled by the Java virtual machine, including the exception table and the bytecodes related to exceptions.

    Read this Artima.com article:

    http://www.artima.com/underthehood/exceptions.html