1.

How Do You Analyze A Heap Dump?

Answer»

There are many tools to analyze heap dump in JAVA e.g. you can use the jhat tool which COMES along with JDK. You can also use Eclipse Memory Analyzer to analyze heap dump to FIND out any memory leak in Java while DEALING with OutOfMemoryError in Java. See Java Performance The Definitive Guide By Scott Oaks to learn more about analyzing Java Heap dump.

There are many tools to analyze heap dump in Java e.g. you can use the jhat tool which comes along with JDK. You can also use Eclipse Memory Analyzer to analyze heap dump to find out any memory leak in Java while dealing with OutOfMemoryError in Java. See Java Performance The Definitive Guide By Scott Oaks to learn more about analyzing Java Heap dump.



Discussion

No Comment Found