Excellent article on memory leaks
Read an excellent article on memory leaks in Java. Yes Toto, Java can have memory leaks even though it has GC.
http://blog.dynatrace.com/2011/04/20/the-top-java-memory-problems-part-1/
I've been dealing with the PermGen issues lately. It's quite interesting how a couple of wars with each containing a spring stack & a couple of other libraries thrown in can very quickly cause PermGen issues.
