Computer Science, asked by Indranil24, 6 months ago

bytecode verification?​

Answers

Answered by uttambera538
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.

Explanation:

Bytecode, also termed portable code or p-code, is a form of instruction set designed for efficient execution by a software interpreter.

Similar questions