java jdk jre code example
Example 1: java jdk
To download Java JDK in your computer, refer the below link or the source of this snippet :
https://www.oracle.com/in/java/technologies/javase-downloads.html
Example 2: jre in java
• 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