Useful Links

java.sun.com - The main portal of the Java programming language.

Java Virtual Machine specification.

"The Java(TM) Virtual Machine Specification (2nd Edition)" by Tim Lindholm, Frank Yellin - the same JVM spec in print.

"Inside The Java 2 Virtual Machine" by Bill Venners - excellent book providing all the necessary information about the inner workings of the Java Virtual Machine.

"Virtual Machine Design and Implementation in C/C++" by Bill Blunden - for those interested in virtual machines in general.