0 votes
in JAVA by
What is the purpose of using javap?

1 Answer

0 votes
by
The javap command disassembles a class file. The javap command displays information about the fields, constructors and methods present in a class file.

Syntax

javap fully_class_name
...