Study for the CompTIA ITF+ Exam. Enhance your tech literacy with multiple-choice questions and detailed explanations. Prepare thoroughly and succeed!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

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.