Penguin

Differences between current version and revision by previous author of JVM.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 8 Last edited on Saturday, March 19, 2005 11:41:09 am by AristotlePagaltzis
Older page: version 5 Last edited on Friday, February 28, 2003 11:11:22 pm by DavidHallett Revert
@@ -1,5 +1,3 @@
-[Acronym] for [Java] VirtualMachine.  
-%%%%%%  
-DavidHallett says: Simply put , a [JVM ] is a computer implemented in software that is used to interpret and execute byte code that exists within a pre-compiled [Java] class file . Multiple versions and types of [JVM]s have been released by numerous vendors including [IBM] and [Sun].  
-%%%%%%  
-Some people have implemented byte code compilers for non-[Java] languages, thus allowing execution of the resultant byte code inside a [JVM]
+An [Acronym] for [Java] VirtualMachine.  
+  
+A VirtualMachine running [Java] ByteCode. Despite the name , [Java ] ByteCode can be produced from SourceCode in ProgrammingLanguage~s other than [Java] by some [Compiler]s . Multiple versions and types of [JVM]s have been released by numerous vendors including [IBM] and SunMicrosystems