Basic Exception Handling

Subdecks (2)

Cards (15)

  • An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions.
  • Exception handling is the process used to change the normal flow of code execution if a specified exception occurs.
  • Exceptions that occur during compilation are called checked exceptions.
  • Unchecked exceptions that occur during execution. These are also known as runtime exceptions.