Saved Bookmarks
| 1. |
What is bytecode? Plzz tell the answer. |
|
Answer» Answer: Unlike human-readable source code, bytecodes are compact numeric codes, constants, and references (normally numeric addresses) that encode the RESULT of compiler parsing and performing semantic ANALYSIS of things LIKE TYPE, scope, and nesting depths of program objects. Program execution. GENERAL concepts. Code. |
|