jdk 8 download code example

Example 1: jre

JRE stands for Java Runtime Environment. 
It is the implementation of JVM. The Java Runtime Environment 
is a set of software tools which are used for developing Java applications. 
It is used to provide the runtime environment. 
It is the implementation of JVM. It physically exists. 
It contains a set of libraries + other files that JVM uses at runtime.

Example 2: JRE

• Java Runtime Environment : JRE is what we need to run a Java program 
and containsset of libraries and other files that JVM uses at run time. 
JRE = JVM + Library Classes

Example 3: JDK IN JAVA

The Java Development Kit (JDK) is a software development 
environment used for developing Java applications. 
It includes:
	Java Virtual Machine, 
	Java Runtime Environment,
	Loader, 
	Java compiler, 
	Documentation generator 
	Archiver (jar), 
	Other tools needed in Java development.

Example 4: download jdk-8u275-x64

(Get-FileHash .\bellsoft-jdk8u275+1-windows-amd64.msi -Algorithm SHA1).Hash

Tags:

Misc Example