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

Why String Class is Immutable or Final in Java ?

How Can We Prevent a Deadlock in Java ?

What is the Difference Between a Class and an Object in Java ?

What are the Differences Between a Checked and Unchecked Exceptio ...

What are the Uses of Optional in Java ?