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

Related questions

+1 vote
asked May 7, 2021 in JAVA by sharadyadav1986
0 votes
asked May 2, 2021 in JAVA by sharadyadav1986
...