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 an EnumSet in Java ?

What are the Different Scopes of a JSP Object ?

Java How To Find The Average Of 10 Numbers Using A While Loop

What is the Main Benefit of IOC Principle in Java ?

What is Volatile Keyword in Java ?