Never had a memory issue in Java? Consider yourself lucky. Unfortunately Garbage Collection can't solvle all your problems. There are many things that can cause your application to have memory issues.
In this session we'll take a look at free tools like the Eclipse Memory Analyzer Tool (MAT), JConsole/JMX and VisualVM/VisualGC that you can use to help identify those memory issues. I'll also be using a few of these tools in a live demonstration of finding the cause of a memory leak in code.