Build your intuition. Click the correct answer from the options.
Which of the following statements is true about nested exception handling?
Click the option that best answers the question.
- Nested exception handling allows you to handle exceptions within inner code blocks only.
- Nested exception handling allows you to handle exceptions at different levels of code execution.
- Nested exception handling is not recommended in software development.
- Nested exception handling can cause code execution to terminate abruptly.



