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
Explain the term virtual machine?
What is character in data type?
What is an infinite loop?
Why runnable interface is used in java?
What makes a function well defined?
Difference between operator overloading and function overloading
Is java map thread safe?
What is join () in java?
What is the difference between compare and compareto in java?
Write a factorial program using recursion in java?
What are measurable parameters?
What are the different types of methodologies?
What is boolean query?
What is a default constraint?
What are the difference between composition and inheritance in java?