Multiple choice

Which of the following blocks in exception handling is used to process certain statements irrespective of whether an exception is raised or not?

  1. try

  2. catch

  3. finally

  4. flush()

  5. write()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This block in exception handling is used to process certain statements irrespective of whether an exception is raised or not.