Multiple choice

Which of the following is not compiler-based language?

  1. C

  2. C++

  3. JAVA

  4. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

C and C++ are traditional compiled languages. Java is also compiler-based because it is compiled into bytecode before execution. Since all the listed languages use a compiler, 'None of these' is the correct answer.