MIME-Version: 1.0 Server: CERN/3.0 Date: Sunday, 24-Nov-96 22:34:25 GMT Content-Type: text/html Content-Length: 827 Last-Modified: Monday, 07-Oct-96 14:40:54 GMT Course Material

Additional Course Material

Java Textbook

Title: `Java: How to Program'
Authors: Deitel and Deitel
ISBN # : 0-13-263401-5
Publishers: Prentice-Hall
Cost: $45

Programs in this book are available at:
http://www.prenhall.com/deitel and at http://www.deitel.com

Other sources of Java programs:

http://www.javasoft.com

Java Virtual Machine

A detailed specification of the Java Virtual Machine can be found here . JVM is a stack machine, unlike JRM which is a register machine, but you may find it fun to read parts of the spec of JVM.