Multiple choice

What is the output of a Java compiler?

  1. Executable code

  2. Bytecode

  3. Bitcode

  4. Assembly language code

  5. None of these

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

The output of compiler is bytecode, which is a platform independent file.