+2 votes
in JAVA by

What will happen to the Exception object after exception handling in Java?

2 Answers

0 votes
by

Exception object will be garbage collected.

0 votes
by

The Exception object will be garbage collected in the next garbage collection.

Related questions

+1 vote
asked Sep 3, 2019 in JAVA by Robin
0 votes
asked Feb 9, 2021 in JAVA by SakshiSharma
...