Ask Question

Once an application is written and saved, the Java class must be compiled. Describe what two procedures must occur in order to view the output of the application.

+5
Answers (1)
  1. 18 May, 20:10
    0
    The compilation and execution process.

    Explanation:

    The two procedures that must occur in order to view the output of a java application is the compilation and execution process.

    At the compilation stage the java compiler compiles the program and create a bytecode which is then saved in an. class extension.

    While during the execution stage the Java virtual machine (JVM) which is also refer to as the java interpreter takes the. class file and generate the output.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Once an application is written and saved, the Java class must be compiled. Describe what two procedures must occur in order to view the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers