OOPs Concepts
Programming and Technical
What will happen to the Exception object after exception handling?
Read Solution (Total 2)
-
- Exception object can be caught only once after it was caught i think it will be eligible for garbage collection. Not that it will be immediately destroyed but it will be destroyed soon if we are not using that object to detect what kind of exception it is.
- 10 years agoHelpfull: Yes(2) No(0)
- The exception object will catch and handle the exception
- 9 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question