What is the Difference Between JDK And JRE ?

JDK stands for Java Development Kit. It contains the tools and libraries for development of Java programs. It also contains compilers and debuggers needed to compile Java program..

JRE stands for Java Runtime Environment. This is included in JDK. JRE provides libraries and JVM that is required to run a Java program.



You May Interest

What is a Shutdown Hook in Java ?

What is the Purpose of Native Method in Java ?

What is Difference Between Include Directive and Include Action o ...

What is the Difference Between wait and sleep Methods in Java ?

How Will You Define the Scope of a Bean in Spring ?