Multiple choice technology architecture

Identify whether the following statement is true or false.
The Java interpreter is used for the execution of the source code.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Java interpreter (java command) executes bytecode produced by the compiler. This is a two-step process: compilation creates .class files with bytecode, then the interpreter executes this bytecode.