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

Comparing HashSet and TreeSet Collections in Java

How Can Be Read Data From a Form in a JSP ?

What is a Filter in JSP ?

What is the Difference Between Abstract Class and Interface in Ja ...

Why Collection Interface Doesn’t Extend Cloneable and Serializabl ...