InterviewSolution
Saved Bookmarks
| 1. |
Which component is responsible to run java program?(a) JVM(b) JDK(c) JIT(d) JRE |
|
Answer» Correct choice is (d) JRE The explanation is: JRE is the implementation of JVM, it provides platform to execute java programs. |
|