javap disassembles compiled Java files and spits out representation of the Java program. This is a useful option when the original source code is not available.
javap disassembles compiled Java files and spits out representation of the Java program. This is a useful option when the original source code is not available.