InterviewSolution
Saved Bookmarks
| 1. |
What Is Dataaccessexception? |
|
Answer» DataAccessException is a RuntimeException. It is an Unchecked EXCEPTION. The USER cannot be forced to HANDLE these KINDS of exceptions. DataAccessException is a RuntimeException. It is an Unchecked Exception. The user cannot be forced to handle these kinds of exceptions. |
|