CompTIA ITF+ (FC0-U61) — Question 34

Which of the following is a compiled language?

Answer options

Correct answer: C

Explanation

Java is a compiled language because it is transformed into bytecode that runs on the Java Virtual Machine (JVM). In contrast, Perl, JScript, and PowerShell are interpreted languages, meaning they are executed line-by-line at runtime without a separate compilation step.