Solved

A Programmer Can Exam the Byte Codes by Disassembling a Class

Question 16

Multiple Choice

A programmer can exam the byte codes by disassembling a class file using the command ____ .


A) java -c class_name
B) javap -c class_name
C) javac -c class_name
D) java -p class_name

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions