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
List the three steps for creating an object for a class?
Which package is used for pattern matching with regular expressions?
What is the purpose of using javap?
How will you initialize an Applet?
Can we sort set in java?
What is a bubble sort in java?
Explain about automatic type conversion in java?
What is singleton class in ruby?
Write a program to solve producer consumer problem in java?
What is the difference between throw and throws keywords?
Can we declare a class as abstract without having any abstract method?
What are the two types of streams offered by java 8?
how do I create a runnable with inheritance? : Java thread
What is methodological theory?
What is return code?