Difference between JDK, JRE, JVM

Answer Posted / laxmi narayana moru

jdk:
jdk means java development kit which contains the set of
tools like javac,java,javap,javah,javadoc to run the java
programme...
jre:
jre means java runtime environment which contains jdk and
java api
jdk is nothing but set of tools
api is a collection of predefined classes and interfaces
jvm:
jvm means java virtual machine which converts the byte code
into machine code which is understandable by the current
machine...

Is This Answer Correct ?    12 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain try and catch keywords in java?

623


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

550


What is module with example?

516


What is the set interface in java programming?

631


What is not thread safe?

497






Can we use String with switch case?

674


What is equlas() and hashcode() contract in java? Where does it used?

613


What is compiler and what its output.

636


What does you mean in math?

539


What does java edition mean?

540


Why is java logo a cup of coffee?

627


What is the static block?

586


How do you reverse sort a list in java?

517


What are the basic concepts of OOPS in java?

570


String class is defined under which package in java?

625