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

When Do You Use Exception or Error in Java ?

How Will You Use a Cookie in JSP ?

What is the Different Type of Tag Library Groups in JSTL ?

What are the Uses of Optional in Java ?

What are the Rules of Method Overloading and Method Overriding in ...