Saved Bookmarks
| 1. |
Differentiate between traditional compilation process and java compilation process |
|
Answer» Explanation: What is the difference between ordinary compilation and Java compilation ? ANS . 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. |
|