What will happen to the Exception object after exception handling ?
3 years ago
OOP Java
The Exception object will be garbage collected in the next garbage collection.

Surya Bikram Bhandari
Oct 31, 2021