Logic and Integer Arithmetic
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 bytecodes that implement the logical and integer arithmetic capabilities of Java.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: November 1, 1996 9:34 AM by
Bill
|
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 bytecodes that implement the logical and integer arithmetic capabilities of Java. Read this Artima.com article: http://www.artima.com/underthehood/logic.html
|
|