JDK, JRE and JVM

Saturday, January 28, 2017 Unknown 1 Comments



                                                                                                               
JVM- jvm(java virtual machine) is a specification which does the following
         works.

1 . Loads code.
2 . Verifies code.
3 . Executes code.
4 . Provides Runtime environment in which byte code gets executed.



JVM internal architecture






JRE - jre acronym for java runtime environment  is an implementation of
         JVM. It contains set of libraries and other files that JVM uses at runtime.
         We can say JVM is a part of JRE.

     



JDK - JDK is the java development kit which contains development tools and
         JRE.




JVM, JRE and JDK all are platform dependent.

                                                                                             Next topic
                                                                                             Unicode system

                                                                                                                           

1 comment:

  1. Will be great if you could be little bit more descriptive.

    ReplyDelete