Saturday, October 25, 2014

Difference Between JDK,JVM and JRE ?

JDK: Java Development Kit (JDK) is for development purpose and JVM is a part of it. JDK provides all the tools, executables and binaries required to compile, debug and execute a Java Program.

JVM: Java Virtual Machine(JVM) is Executes to Java Programs.It is responsible for Execution of Java Programs.

JRE: Java Runtime Environment (JRE) is the implementation of JVM. JRE consists of JVM and java binaries and other classes to execute any program successfully. JRE doesn't contain any development tools like java compiler, debugger etc. 



0 comments:

Post a Comment