Difference between JDK, JRE, JVM
Answer Posted / rajiv
In simple wecan say that JDK is the superset which contains both JRE & JVM.
JVM(java virtual machine) converts the byte code to machine code.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are class types in java?
What is the difference between JVM and JRE?
What access modifiers can be used for methods?
What is type conversion in java?
Can singleton class be serialized?
Can a final method be overloaded?
What is the difference between and ?
How does hashmap work in java ?
What is the difference between stream and buffer?
What is the benefit of inner classes in java?
Is null a string?
Explain about the select method with an example?
What are the features in java?
What is difference in between java class and bean?
how to convert Java project into Maven ?