What do you get in the Java download file? How do they differ from one another?

We get two major things along with the Java Download file. 

JDK – Java Development Kit

JRE – Java Runtime Environment

JDKJRE
Abbreviation for JavaDevelopment KitAbbreviation for Java Runtime Environment
JDK is a dedicated kit for solely software developmentJRE is a set of software and library designed for executing Java Programs
Unlike JVM, JDK is Platform DependentUnlike JVM, JRE is also Platform Dependent
JDK package is a set of tools for debugging and DevelopingJRE Package is one that only supports files and libraries for a runtime environment 
JDK package will be provided with an installer fileJRE Package does not get an installer but has only a runtime environment

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *