Difference between ordinary compilation and java compilation
Answers
Answered by
193
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.
I hope it helps u dear☺️.....
In Java compilation into an the source code is first converted into an intermediate code called the byte code.
I hope it helps u dear☺️.....
Answered by
72
Heya user!
here's the answer-:
◆in ordinary compilation the compiler converts the source code into machine code.
◆in java compilation the compiler firstly converts the source code to the intermediate code- the byte code.
Hope it helps!
here's the answer-:
◆in ordinary compilation the compiler converts the source code into machine code.
◆in java compilation the compiler firstly converts the source code to the intermediate code- the byte code.
Hope it helps!
Similar questions