1

Is it possible to add debugging code in a Java method which would determine which client method invoked that particular method using perhaps reflection, in very much the same way the call stack is available in any IDE? Additionally, would it be possible to, in addition to the immediate caller, also produce a recursive call stack all the way down to the bottom level caller (e.g. a main method)?

1

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.