Multiple choice technology programming languages

'javac' is the loader for Java applications

  1. True

  2. False

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

'javac' is the Java COMPILER, not the loader. It compiles .java source files into .class bytecode files. The Java loader is part of the JVM (Java Virtual Machine), which loads and executes the bytecode. Therefore the statement is False.