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 are the Lifecycle Methods of a JSP ?

What is the Lifecycle Stages of JSP ?

Does Java Allow Virtual Functions ?

How Will You Pass Information From One JSP to Another JSP ?

What are the Different Types of Events Provided by Spring Framewo ...