Multiple choice

The____________ governs the statements that are enclosed within it and defines the scope of the exception handlers associated with it.

  1. try block

  2. catch block

  3. finally block

  4. none of these

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

The try block governs the statements that are enclosed within it and defines the scope of the exception handlers associated with it.