Saved Bookmarks
| 1. |
Any three difference between Java compilation and ordinary compilation |
|
Answer» ong>Answer: In ordinary COMPILATION the source co de is directly converted into machine or OBJECT c ODE using an interpreter or a compiler . In Java compilation into an the source cod e is first converted into an intermediate co de called the BYTE co de. |
|