Question: 1 / 160

Which language is a compiled language?

Python

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.

JavaScript

CSS

Next

Report this question