InterviewSolution
Saved Bookmarks
| 1. |
What Is Java Virtual Machine ? |
|
Answer» A software "execution ENGINE" that safely and compatibly executes the BYTE codes in Java class files on a microprocessor (WHETHER in a computer or in ANOTHER electronic device). A software "execution engine" that safely and compatibly executes the byte codes in Java class files on a microprocessor (whether in a computer or in another electronic device). |
|