Synchronous errors
Exception handling is designed to process synchronous errors, which occur when a statement executes.
- out-of-range array indices
- arithmetic overflow
- division by zero
- invalid method parameters
- thread interruption
- unsuccessful memory allocation
Comments
Post a Comment