Implement Exception Handling Flashcards
1
Q
Handle exception types (SQL exceptions, network exceptions, communication excceptions, network timout exceptions
A
2
Q
Catch typed vs. base exceptions
A
3
Q
implement try-catch finally blocks
A
4
Q
throw exceptions
A
5
Q
Determin e when th rethrow vs. throw
A
6
Q
Create custom exceptions
A
7
Q
A