Rahul Verma
What is the difference between JRE, JVM and JDK?
By Rahul Verma in Java on Jul 06 2016
  • Mukesh Kumar
    Aug, 2017 29

    Jre - java run time environment in which java application runs. Jdk- java development kit which is used to assemble programJvm- java virtual machine which run application

    • 0
  • Saurabh Srivastava
    Jul, 2017 19

    JVM : Java Virtual machine runs the byte code....... JRE : Java Runtime Environment provides the libraries which are required by the JVM....... JDK : Java Development Kit provides the development area to develop your application, it is the combination of JRE + compilers + debuggers.......

    • 0
  • Rahul Verma
    Jul, 2016 6

    JVMJVM (Java Virtual Machine) is an abstract machine. It is a specification that provides runtime environment in which java bytecode can be executed. JVMs are available for many hardware and software platforms. JVM, JRE and JDK are platform dependent because configuration of each OS differs. But, Java is platform independent. The JVM performs following main tasks: Loads code Verifies code Executes code Provides runtime environmentJREJRE is an acronym for Java Runtime Environment.It is used to provide runtime environment.It is the implementation of JVM.It physically exists.It contains set of libraries + other files that JVM uses at runtime. Implementation of JVMs are also actively released by other companies besides Sun Micro Systems.JDKJDK is an acronym for Java Development Kit.It physically exists.It contains JRE + development tools.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS