Multiple choice

Which of the following keywords is not associated with Java exception handling?

  1. try

  2. catch

  3. throw

  4. finally

  5. final

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

This is a correct answer. This keyword is not associated with Java exception handling. This keyword when used with different class members behaves differently. For example, when used with a variable it makes the variable a constant.