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

How Can We Reference an Unreferenced Object Again in Java ?

Creating a Map with Reverse View and Lookup in Java

What is the Difference Between pass by reference and pass by valu ...

What are the Main Uses of Singleton Design Pattern in Java ?

What are the Differences Between a Vector and an ArrayList in Jav ...