What does \"p\" in \"javap\" stand for? (The \"c\" in \"javac\" stands for compiler)
It prints the methods declarations in your class and its a very good way to see the how your compiler has interpreted your code and convert your source file into .class format.