What are the steps to run a java program?
Answers
Answered by
3
The programm will execute in the following steps :
1st Step: Java Compiler
2nd Step: Bytecode
3rd Step: JVM
4rd Step: Machine Execuatable code
1st Step: Java Compiler
2nd Step: Bytecode
3rd Step: JVM
4rd Step: Machine Execuatable code
Similar questions