What is the primary function of the javap tool in Java?

Choose the correct answer

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.

What is the primary function of the javap tool in Ja… — Java concepts and its programming | PakQuizHub