Difference between JDK, JRE, JVM
Answer Posted / ravikiran
JDK is the java development kit contains the executable
files
JRE is the java run time envirnment contains all the
runtime jar files
JVM is the java virtual machine which is used to convert
the byte code to user understandable code
| Is This Answer Correct ? | 29 Yes | 81 No |
Post New Answer View All Answers
What is natural ordering in java?
Write an algorithm for quick sort?
What is static block?
What are the difference between composition and inheritance in java?
what is ststic with example
How hashset works internally in java?
What is bufferedreader in java?
What is the integer of 16?
What is a nested list?
What is the purpose of the runtime class in java programming?
Difference between == and .equals() ?
Which software is used for java programming?
what is heap memory?
Explain working of call by reference function invoking.
What is public static void main?