Multiple choice

Java………………is a language of machine instructions understood by the Java Virtual Machine and usually generated (compiled) from Java language source code.

  1. javap

  2. applet

  3. beans

  4. bytecodes

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

Bytecodes are the machine instructions for the Java Virtual Machine, generated by the Java compiler.