Compilation and Execution Exercises

  < Previous  Next >
  1. Rearrange the following compilation and execution steps to be in chronological order:
    • bytecode
    • compiler
    • interpreter
    • output
    • source code
  2. Match the following filenames and tools with the correct step above:
    • Awesome.class
    • Awesome.java
    • java (the JVM)
    • javac
    • output