Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
The Lean, Mean Virtual Machine
May 1, 1996 8:34 AM
|
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. This article is a hands-on introduction to the JVM.
Read this Artima.com article: http://www.artima.com/underthehood/leanmean.html |