InterviewSolution
Saved Bookmarks
| 1. |
What is JVM?(a) Bootstrap(b) Interpreter(c) Extension(d) Compiler |
|
Answer» Right option is (b) Interpreter Best explanation: JVM is Interpreter. It reads .class files which is the byte code generated by compiler line by line and converts it into native OS code. |
|