During AMC testing, the AoPS Wiki is in read-only mode and no edits can be made.

Difference between revisions of "Install Java"

(Created page with "Java Virtual Machine (JVM) is the part of the Java software platform that executes Java code. It is a program which executes certain other programs, namely those containing Java ...")
 
Line 1: Line 1:
Java Virtual Machine (JVM) is the part of the Java software platform that executes Java code. It is a program which executes certain other programs, namely those containing Java bytecode instructions. To compile Java code that, you need to have some version of JVM installed.
+
Java Virtual Machine (JVM) is the part of the Java software platform that executes Java code. It is a program which executes certain other programs, namely those containing Java bytecode instructions. To compile Java code, you need to have some version of JVM installed.
 
 
Th
 

Revision as of 16:39, 26 September 2012

Java Virtual Machine (JVM) is the part of the Java software platform that executes Java code. It is a program which executes certain other programs, namely those containing Java bytecode instructions. To compile Java code, you need to have some version of JVM installed.