How to check what objects are created and where?

37 views Asked by At

If I have a working program written in Java, is there a way to check (during working that program) in what order objects are created and in which methods?

0

There are 0 answers