purusingh
Jul 28th, 2002, 03:08 AM
What is jvm? When to use jdk and when jre?
crptcblade
Jul 28th, 2002, 04:27 PM
JVM - Java Virtual Machine
JDK - Java Development Kit
JRE - Java Runtime Environment
The JVM is what actually runs the java class files.
The JRE consists of the JVM, core classes, and supporting files of Java.
The JDK is made up of all the software needed for compiling, debugging and running applets and Java applications.
:)