What happens when a catch handler throws an exception?
What will be an ideal response?
The exception will be processed by a catch handler (if one exists) associated with the
try block (if one exists) enclosing the catch handler that caused the exception.
Computer Science & Information Technology