Differences between version 7 and revision by previous author of JVM.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Wednesday, April 14, 2004 6:27:44 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].