Saved Bookmarks
| 1. |
What do you understand by Java Byte Code? |
|
Answer» Byte code is the compiled format for Java programs. Once a Java program has been converted to byte code, it can be executed by Java Virtual Machines (JVM). |
|