Difference between traditional compilation process and Java compilation process
Answers
Answered by
3
Answer:
In ordinary compilation the source code is directly converted into machine or object code using an interpreter or a compiler . In Java compilation into an the source code is first converted into an intermediate code called the byte code
Similar questions