InterviewSolution
Saved Bookmarks
| 1. |
What is JVM? |
|
Answer» A part of Java Run Environment (JRE), JVM is a virtual machine that provides runtime environment to drive Java programs or APPLICATIONS. It ASSISTS in converting bytecode into machine language and handles system memory. |
|