Which command is used to disassemble a Java class file?

Choose the correct answer

Explanation

The 'javap' tool is specifically designed to disassemble Java class files, showing their bytecode. Other options like 'javacmd' and 'javaamd' are incorrect, and 'java' is used to run Java applications, not disassemble them.

Which command is used to disassemble a Java class fi… — Java concepts and its programming | PakQuizHub