What is the primary function of the javap tool in Java?
Explanation
Option A refers to the Java compiler, which translates source code into bytecode. Option B is the debugger used to find errors in Java programs. Option C is the interpreter that runs the bytecode. Option D correctly identifies javap as a disassembler that displays the bytecode instructions within compiled Java class files.