1.

Difference between JDK and JRE?

Answer»

Difference between JDK and JRE?
Below are five main differences between JDK and JRE:-
(1)JDK:-FULL form for JDK is Java Development Kit.
(1)JRE:-Full form for JRE is Java Runtime Environment.

(2)JDK:-JDK is Platform Dependent unlike JVM.
(2)JRE:-JRE is also Platform Dependent unline JVM.

(3)JDK:-JDK is Kit that is dedicated for Software development.
(3)JRE:-And on other hand JRE is set of software and library designed for Execute java PROGRAM.

(4)JDK:-And JDK package is a set of tools which is mainly used for debugging and developing.
(4)JRE:-And JRE package is one that only supports FILES and libraries for a runtime environment.

(5)JDK:-JDK package will be provided with and installer file.
(5)JRE:-JRE package does not get an installer but has only a runtime environment.



Discussion

No Comment Found