[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
JVM
See also:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
JVM
Java Virtual Machine
A key component of Java is the Java Virtual Machine -- a virtual computer, typically implemented in software on top of a "real" hardware platform and operating system, that runs compiled Java programs. Thanks to the JVM, programs written in Java don't have to be rewritten to run on different computers.See also:
- An article about JVM by Bill Venners
- Sun's specification of the JVM (downloadable book)
- Bill Venners: "Inside the Java Virtual Machine" -- this is a great book on JVM if you ask me. But keep in mind, I'm a great fan of Mr. Venners so I might not be subjective :)
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
