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 are the Differences Between a List and Set Collection in Jav ...

How Can We Prevent a Deadlock in Java ?

How Can We Reference an Unreferenced Object Again in Java ?

What are the Thread-safe Classes in Java Collections Framework ?

What is the Main Difference Between a Session and Cookie in JSP ?