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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic