

MCQOPTIONS
Saved Bookmarks
1. |
The best way for handling exception when dealing with a database connection? |
A. | Implement a try / catch block that catches System.Exceptions. |
B. | Implementing custom error page. |
C. | Implement a try / catch block that catches individual exception types, such as SQLException. |
D. | Display an error message. |
Answer» B. Implementing custom error page. | |