CompTIA ITF+ (FC0-U61) — Question 70
Which of the following is an example of a compiled computer language?
Answer options
- A. Perl
- B. HTML
- C. Java
- D. Python
Correct answer: C
Explanation
Java is a compiled language as it is transformed into bytecode, which is then executed by the Java Virtual Machine. Perl and Python are interpreted languages, which means they are executed line by line at runtime. HTML is not a programming language but a markup language used for structuring content on the web.