java 8 download windows code example
Example 1: java 10 download
java -version
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