what is bytecodes in java ???and what is different between bytecode and machine code...
tell the answer in simple words plz
Answers
Answered by
1
Explanation:
The main difference between machine code and bytecode is that the machine code is a set of instructions in machine language or binary that can be directly executed by the CPU while the bytecode is an intermediate code generated from compiling a source code which can be executed by a virtual machine.
Hope it will help
Similar questions