Multiple choice technology programming languages

JVM is the compiler for Java.

  1. True

  2. False

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

javac is the Java compiler that translates .java source files into .class bytecode files. The JVM (Java Virtual Machine) is the runtime environment that executes that bytecode - it is not a compiler.