Exploring Memory Analysis Views > Exploring the Instances View
The Instances view is the starting point for investigating a heap. It displays data for the entire Java heap and contains data on the instances of classes (objects) allocated during the execution of your program. You can apply filters to see a subset of the data.
This section contains the following information:
• Understanding the Instances View