What does "p" in "javap" stand for? (The "c" in "javac" stands for compiler)
By default, javap
prints declarations of the non-private members of each of the classes specified on the command line
Reference : http://docstore.mik.ua/orelly/java/javanut/ch16_08.htm