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
What are the methods available in a class?
What are the four versions of java?
What is the use of a conditional inclusion statement in Java ?
What is number data type in java?
Can keyword be used as identifier?
Is math an abstract class in java?
What do you understand by the term singleton?
Difference between nested and inner classes ?
What is void data type?
What is the purpose of javac exe?
Why there are some null interface in java? What does it mean?
How do you reverse a word in java?
Can you have two constructors in java?
What is field name?
How finally used under exception handling?