InterviewSolution
Saved Bookmarks
| 1. |
Which component is responsible for converting bytecode into machine specific code?(a) JVM(b) JDK(c) JIT(d) JRE |
|
Answer» Correct option is (a) JVM To elaborate: JVM is responsible to converting bytecode to the machine specific code. JVM is also platform dependent and provides core java functions like garbage collection, memory management, security etc. |
|