Multiple choice Complete the statement: The JVM compiles source files into object files. compiles source files into machine code. translates bytecode into machine code. executes a java program and creates an executable file. Reveal answer Fill a bubble to check yourself C Correct answer Explanation The JVM (Java Virtual Machine) is responsible for interpreting or JIT-compiling bytecode into machine-specific instructions.