Objects in heap

Is there any way to find out, 1) How many objects created in the heap for our program? 2) Can we know what are the objects created in the heap memory?
[172 byte] By [Anil_kumara] at [2007-11-26 14:54:24]
# 1
Could you please provide some context for this question? For example: are you asking because you are trying to debug something or are you asking as part of a SCJP exam prep?
cotton.ma at 2007-7-8 8:42:51 > top of Java-index,Java Essentials,Java Programming...
# 2

This was the question given to me in one of the interview exam.

I was just interested to know the answer.

If we write any class in java, can we findouthow many objects and what are the types of that objects created for our class in the heap

Message was edited by:

Anil_kumar

Anil_kumara at 2007-7-8 8:42:51 > top of Java-index,Java Essentials,Java Programming...