InterviewSolution
Saved Bookmarks
| 1. |
Which component is responsible for converting bytecode into machine specific code?(a) JVM(b) JDK(c) JIT(d) JREThis question was posed to me during a job interview.I want to ask this question from JDK-JRE-JIT-JVM topic in section Java Environment & OOPS Concepts of Java |
|
Answer» Correct OPTION is (a) JVM |
|