Types of Exceptions
Single Choice
Views 37
Answer:
| Type | Description | Example |
|---|---|---|
| Checked Exception | Checked at compile time | IOException, SQLException |
| Unchecked Exception | Occurs during runtime | ArithmeticException, NullPointerException |
| Error | Serious issues (not handled by program) | OutOfMemoryError, StackOverflowError |
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Java Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.