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 the Reason to Organize Classes and Interfaces in a Packag ...

How Will You Create a Shallow Copy of a Map in Java ?

What is a Singleton Class in Java ?

How Can We Prevent Busy Waiting in Java ?

What is the Use of Run Time Polymorphism in Java ?