Penguin

Differences between version 6 and previous revision of JVM.

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

Newer page: version 6 Last edited on Wednesday, April 14, 2004 6:27:26 am by AristotlePagaltzis Revert
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 ]. 
+  
+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 [Sun].