Difference between JDK, JRE, JVM

Answer Posted / pathy

The JDK is the Java Development Kit: everything you need to
develop programs in Java (the compiler and other tools).
The JRE is the Java Runtime Environment: everything you need
to run Java programs.
The JVM is the Java Virtual Machine, which is the core part
of the JRE that actually runs Java code.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between yield() and sleep()?

541


Explain access modifiers in java.

582


What is assembly language?

550


When does a class need a virtual destructor?

530


What are the advantages of java over cpp?

553






What happens if we don’t define serial version uid?

572


What is the gregoriancalendar class in java programming?

570


What is split return?

491


What is the statements?

591


What does sprintf mean?

535


Explain an intermediate language?

509


What is garbage collector?

620


What are the approaches that you will follow for making a program very efficient?

650


Can you instantiate the math class in Java?

611


How to change the priority of thread or how to set the priority of thread?

617