Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Explanation of JDK, JRE and JVM

Tags: java code runtime
Here we will discuss about difference between Java Virtual Machine, Java Runtime Environment and Java Development Kit.
Before reading, you should know the structure of these three terms.
  1. The JDK is the biggest part of the java system where JRE and JVM are parts of it. Not only JRE and JVM but also some development tools included, javac and java itself.
  2. JVM is not directly connected to JDK, JVM is inside JRE. JRE has JVM and library classes.
  3. JVM deals with loading of codes, verification of codes, execution of codes and provides runtime environment.

You can unterstand above statements using below image.



This post first appeared on Tutorials Blog | Jekesh Kumar Oad, please read the originial post: here

Share the post

Explanation of JDK, JRE and JVM

×

Subscribe to Tutorials Blog | Jekesh Kumar Oad

Get updates delivered right to your inbox!

Thank you for your subscription

×