Vladimir first introduced to the audience problems such as:
Tracking memory leaks : hard to debug and leading to OutOfMemory errors Thread issues : deadlocks, exhausted threads, waiting for external resources, such as DB connection
To solve those problems, you can use Eclipse Memory Analyzer, which is :
a Java Heap Analyzer it helps find [...]

