Multiple choice

Applications written in which of the following programming languages can be compiled to bytecode?

  1. C

  2. JAVA

  3. C++

  4. BASIC

  5. COBOL

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

Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.