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
javap
Reference : http://docstore.mik.ua/orelly/java/javanut/ch16_08.htm
2.1m questions
2.1m answers
60 comments
57.0k users