Draw execution cycle of java program. Explain the use of Java command in it.
Answers
Answered by
0
The language understood by the Java virtual machine (and this is what makes Java platform independent language). Any compile time errors are raised at this step. Load - The program is then loaded into memory. This is done by the class loader which takes the .
@ᎠaʍseӀȺղցel
Answered by
2
Answer:
The java command starts a Java application. It does this by starting a Java runtime environment, loading a specified class, and calling that class's main method. ... Non-option arguments after the class name or JAR file name are passed to the main function.
Attachments:
![](https://hi-static.z-dn.net/files/d06/4000a25f591776ded3c5cba4ce69b7d7.jpg)
Similar questions