Answer:
The compilation and execution process.
Step-by-step 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.