What does "p" in "javap" stand for?

instantsetsuna picture instantsetsuna · Feb 1, 2011 · Viewed 9k times · Source

What does "p" in "javap" stand for? (The "c" in "javac" stands for compiler)

Answer

Adeel picture Adeel · Feb 1, 2011

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