Practice for the CompTIA ITF+ exam with our interactive quiz. Perfect your ITF+ knowledge through multiple-choice questions. Get prepared for success!

Practice this question and more.


Which language is a compiled language?

  1. Python

  2. Java

  3. JavaScript

  4. CSS

The correct answer is: Java

Java is a compiled language because it is converted by a program called a "compiler" from human-readable source code into a form that can be executed by a computer. This is different from languages like Python, JavaScript, and CSS which are commonly referred to as interpreted languages because they are executed line-by-line by an interpreter. Therefore, these languages are not compiled, making them incorrect choices.