Java - Links

Generic

Language

Memory

Performance

Tools

Comprehensive list of java tools are here : http://java-source.net/

Online Books / Tutorials

  • Effective Java update for Java 1.5. PDF and HTML

Tips

  • finding number of java threads on Linux
    ps -e -Lo "pid,nlwp,lwp,comm" | grep java
    running Eclipse with Java 1.6 shows 25 LWPs
    look at ls /proc/PID
    also ps -ef | grep java will show overall java commands