Name two exception handling blocks
Answers
Answered by
3
Answer:
1] try catch
2] throw keyword
Answered by
5
Answer:
Exception Handling
- try-catch block.
- Multiple catch blocks.
- nested try-catch.
- finally block.
- Flow Control in try-catch-finally.
- throw keyword.
- throws clause.
Similar questions