Computer Science, asked by a0909, 2 months ago

Draw execution cycle of java program. Explain the use of Java command in it.

Answers

Answered by DamselAngel
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 mysteriousjob350
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:
Similar questions