2010-04-18

Java tools I had never used

...until recently.

javap - The Java Class File Disassembler - Converts class files back to java source code.

JConsole - monitoring tool that uses the extensive instrumentation of the Java Virtual Machine to provide information about the performance and resource consumption of applications running

No comments: