MCQ Single Best Answer Easy

QWhich programming languages often use interpreters?

ID: #19979 Compiler vs Interpreter 108 views
Question Info
#19979Q ID
EasyDifficulty
Compiler vs InterpreterTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A C
  • B C++
  • C Java
  • D Fortran
Correct Answer: Option C

Explanation

Java is an example of a programming language that often uses interpreters. Java source code is compiled into an intermediate bytecode, which is then interpreted by the Java Virtual Machine (JVM) during execution.

Share This Question

Challenge a friend or share with your study group.