How do we execute a program in Java?
Answers
Answered by
1
Answer:
A program is first converted into BYTE CODE with the help of a JAVA Compiler .
And then it is converted to Object Code by a JAVE INTERPRETER so as to be executed by the computer.
Similar questions