Synchronous errors

Exception handling is designed to process synchronous errors, which occur when a statement executes.
  1. out-of-range array indices
  2. arithmetic overflow
  3. division by zero
  4. invalid method parameters
  5. thread interruption
  6. unsuccessful memory allocation

Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System