Multiple choice

Which of the following is responsible for the occurence of exceptions?

  1. Syntactical errors

  2. Symentical errors

  3. Lexical errors

  4. Pass 1 error of the compiler

  5. Program load time error

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

These errors are runtime errors due to wrong calculations or wrongly understood expressions. Such errors are identified as exceptions during runtime.