Computer Science, asked by sayarbiswas1602, 7 months ago

What is byte code?And what foes it do?

Answers

Answered by krishnaadhana
3

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

Answered by bm363009
2

Answer:

Bytecode is program code that has been compiled from source code into low-level code designed for a software interpreter. It may be executed by a virtual machine (such as a JVM) or further compiled into machine code, which is recognized by the processor.

Similar questions