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 is the main purpose of java?
Name few java 8 annotations ?
'A class is a template for an object' explain this statement.
What are use cases?
Difference between == and .equals() ?
What is meant by JVM? Is JVM platform independent or not?
What does the @override annotation do?
Is void a keyword in java?
What is meant by inheritance and what are its advantages?
Describe 2 different ways to concatenate two strings.
What is final?
What is the difference between an array and an array list?
What is initial size of arraylist in java?
What are disadvantages of java?
Which is bigger double or float?