Home           J2EE Concepts           JMS           Java Language           Contact           Back           Next           Bookmark this Page          










Some useful tips related to:
 - health & fitness
 - vehicle care
 - cooking
 - misc household tasks

JDK


JDK stands for Java Development Kit. In simple words, JDK is used for developing Java programs.
JDK comprises of API classes, compiler and JVM interpreter. J2SE is one of various versions of JDK. Another term used for JDK is Java Platform.


JRE


JRE stands for Java Runtime Environment.
JRE includes JVM & other API classes.


JVM


JVM stands for Java Virtual Machine. It is used to interpret and execute the bytecode generated by Java Compiler.
JVM is available in various products like browsers, servers etc. For e.g., Microsoft IE.