Gifting interview question

Explain what is printStackTrace() and how does it work ?

Interview Answer

Anonymous

8 Jul 2015

printStackTrace() is the default mechanism of the exception handler. it prints the all the methods in queue that arouse an exception with a reason

1