Which pair of code blocks are used to enclose exception-prone code, and to check for and handle exceptional events?

try and catch
  • catch and while
  • try and finally
  • if and then

There are no hints for this question