Multiple choice Which of the following is not compiler-based language? C C++ JAVA 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.