InterviewSolution
Saved Bookmarks
| 1. |
Can you run Java class file without Java virtual machine? Why?? |
|
Answer» 't RUN JAVA program without JVM. JVM is RESPONSIBLE in RUNNING a Java program, but the only file that can be executed by JVM is Java bytecode, a compiled Java source code. |
|