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
how does the run() method in runnable work? : Java thread
How does singleton class work?
Why does java not allow multiple public classes in a java file ?
Which is better ascii or unicode?
What is the program development process?
What is the use of set in java?
What do you mean by platform independence? What is an interface?
What is an infinite loop?
What is the difference between a local variable and an instance variable?
How to sort numbers in java without array?
Is main an identifier?
how to split string in java?
Why is multiple inheritance not supported in java?
What is foreach loop in java?
Explain runtime exceptions?