Article Discussion
Bytecode Basics
Summary: All Java programs are compiled into class files that contain bytecodes, the machine language of the Java virtual machine. Here's a first look at Java's bytecodes.
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
    Bytecode Basics
    September 1, 1996 8:34 AM      
    All Java programs are compiled into class files that contain bytecodes, the machine language of the Java virtual machine. Here's a first look at Java's bytecodes.

    Read this Artima.com article:

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