What is difference between JDK,JRE and JVM?

What is difference between JDK,JRE and JVM?

Hi,

As a beginner I want to know the beginning information for learning Java. I am new to Java and after completing my graduation I am going to learn Java make career in software development. I have found the topics like JDK, JRE and JVM while searching the Java beginner material.

What is difference between JDK,JRE and JVM?

Explain me these topics so that I can learn Java.

Thanks

View Answers

October 25, 2016 at 10:08 AM

JVM - Java Virtual Machine

JVM stands for Java Virtual Machine and this is responsible for running the Java compiled (bytecode). Java program is complied into bytecode using JDK compiler and then JVM loads this bytecode, converts into machine specific code and runs on the JVM. Java Virtual Machine is available for most of the Software Platform, and its specific for a platform. JVM is specification and its implementation is called JRE.

JRE - Java Runtime Environment

JRE stands for Java Runtime Environment and it?s the implementation of JVM. To run a java program you need JRE to run the Java code.

JDK - Java Development Kit

JDK stands for Java Development Kit and it is combination of JDK and JRE. JDK is used to compile Java program and JRE which comes with JDK is used to run the Java program.

Thanks


October 25, 2016 at 10:28 AM









Related Tutorials/Questions & Answers:
What is difference between JDK,JRE and JVM?
What is the difference between the >> and >>> operators?
Advertisements
what is the difference between extends and implements
what is the difference between extends and implements
What is the difference between PHP4 and PHP5?
What is difference between a PROCEDURE & FUNCTION ?
What is the difference between $message and $$message?
what is the Difference between weblogic and jboss?
what is the difference between pop and oop
What is the difference between hibernate and spring
What is the difference between a constructor and a method?
What is difference between the java and javascript?
What is the difference between a JDK and a JVM?
What is difference between Path and Classpath?
What is difference between TRUNCATE & DELETE
What is the difference between JPA and Hibernate?
What is difference between the java and javascript?
What is the difference between ereg_replace() and eregi_replace()?
What is the difference between the functions unlink and unset?
What are the difference between abstract class and interface?
What’s the difference between include and require?
what is the difference between distributed application and web application?
What’s the difference between load() and get()?
What is difference between singleton and prototype bean?
What is the difference between JSF, Servlet and JSP?
what is difference between objectan primitive? - Java Beginners
What is the difference between the Boolean & operator and the && operator?
what is the difference between productList==null and productList.size()==0
What are difference between Bean Factory and Application Context ?
what is the difference between the eclipse and myeclipse - IDE Questions
What is the difference between component and tag in JSF?
What is the difference between IN and BETWEEN, that are used inside a WHERE clause?
What is the difference between GET and POST method?
What is the difference between UNION and UNION ALL in SQL?
What is difference between UNIX Hosting and Window Hosting?
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
What is the difference between a data analyst and a data scientist?
What is difference between data analyst and data scientist?
what is the difference between frontcontroller and actionservlet? - Struts
What is the difference between an if statement and a switch statement?
What is the difference between Big Data and Hadoop?
What is the difference between Big Data and Hadoop?
What is the difference between a break statement and a continue statement?
What is the difference between static and dynamic SQL?
What is the difference between EJB 3.0 and JPA - Framework
What is difference between Core Java and Advanced Java?
What is difference between Core Java and Advanced Java?
What is the difference between mysql_fetch_object and mysql_fetch_array?
what is the difference between jdk 1.4 and 1.5 and 1.6
What is the difference between md5() and crc32() and sha1() crypto on PHP?

Ads