1 / 2

Basic Difference between JDK,JRE,JVM in Advance Java Course

ExlTech is a best Java Training Institute in Pune which provides exclusive practical training on live projects with 100% Job guarantee. Java Certification Course comprises of Java basics, Core Java Programming, Advance Java & Soft Skills

Télécharger la présentation

Basic Difference between JDK,JRE,JVM in Advance Java Course

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Basic Difference between JDK,JRE,JVM in Advance Java Course JAVA DEVELOPMENTKIT • The Java Development Kit(JDK) is a software used for developing Java programms and applets. It includes Java Runtime Environment (JRE), an interpreter/loader (Java), a compiler (javac), an archiver (jar), a documentation generator (Javadoc) and other tools needed in Javadevelopment. • JAVA RUNTIMEENVIRONMENT • JRE known for “Java Runtime Environment” and also be written as “Java RTE.” The Java Runtime Environment provides the minimum requirements for executing a Javaapplication; • JAVA VIRTUALMACHINE • Java Virtual Mavchine Specification where working of Java Virtual Machine is specified. JVM Implementation provider is independent to choose the algorithm. Implementation has been provided by Sun and othercompanies. • A implementation is a computer program that meets the requirements of the JVM specification • Runtime Instance Whenever you write java command on the command prompt to run the java class, an instance of JVM iscreated. • Difference betweem JDK, JRE andJVM • Understand the difference between three phases, consider the following diagram. JDK-Java Development Kit known as JDK Kit which provides the environment to develop and execute Java program. JDK is a package which includes two things asfollows

  2. 1.Development Tools(to provide an environment to develop your java programs) 2.JRE (to execute your javaprogram). JRE –Java Runtime Environmentis an installation package which provides environment to only execute the java program(or application)onto your machine. JRE is only used by them who only wants to run the Java Programs i.e. end users of yoursystem. JVM –Java Virtual machineis a very important part of both JDK and JRE because it is contained or inbuilt in both.Java program you run using JRE or JDK goes into Java Virtual Machine .JVM is responsible for executing the java program line by line therefore it is also known asinterpreter.

More Related