ModernJava
ModernJava copied to clipboard
javap hint for .class
https://javabook.mccue.dev/compilation/class_files.html
Might want to add a hint that class files can be "looked into" using javap -h Foo.class.
-h is only the list of public methods and fields, -v actually shows the whole class.