Computer Science, asked by aishaakbar, 7 months ago

difference between traditional compilation process and Java compilation process (at leat 3 points) ​

Answers

Answered by shrawani45
5

Answer is given above

Hope it helps!!!

Attachments:
Answered by itzNobita26
5

 \huge  \mathtt{Question:}

difference between traditional compilation process and Java compilation process?

 \huge  \mathtt{Answer:}

  • In traditional compilation process the source code is directly converted into machine conve.

  • In Java compilation into an the source code is first converted into an intermediate code called the byte code.

 \large   \mathtt{Process \ of \ compilation:}

  • The compilation process is a sequence of various phases. Each phase takes input from its previous stage, has its own representation of source program, and feeds its output to the next phase of the compiler.
Similar questions