Computer Science, asked by Kyadav, 1 year ago

what is source code and byte code in java

Answers

Answered by cyrusbishop
3

Answer:

We know that a program is a set of instructions given to a computer. The program or code written by a programmer is usually called the Source Code.

This source code needs to be converted into machine language code which a computer can easily understand.

Byte code in Java is a machine instruction for a Java processor chip called the Java virtual machine

Similar questions