Difference between JDK, JRE, JVM

Answer Posted / alok kumar singh

JDK- JDK stands for java development kit which contain jre
and jvm and other supporting tools for development of programs.

JRE- JRE stands for java runtime environment which provide
the neccesory jar file that compile source code into byte
code. and it contain java virtual machine .

JVM- JVM stands for java virtual machine that convert byte
code into native code . the native code are those code that
are understandable by machine.

Is This Answer Correct ?    55 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a java developer salary?

536


What is the vector class in java programming?

561


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

607


what is meant by Garbage collection?

616


In Java list the methods that can be overridden?

564






How are the elements of a gridbaglayout organized?

540


How do you create a first line indent?

502


What is bubble sort in java?

612


How finally used under exception handling?

507


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

627


why would you use a synchronized block vs. Synchronized method? : Java thread

530


What are triggers in DB? Explain their types. How do they work?

619


What is methodological framework?

564


what are three ways in which a thread can enter the waiting state? : Java thread

570


What is supplier in java?

550