Differentiate between Source code and Byte code.
Answers
Answered by
1
Answer:
The difference between source code and bytecode is that the source code is a collection of computer instructions written using a human-readable programming language while the bytecode is the intermediate code between source code and machine code that is executed by a virtual machine.
Similar questions