InterviewSolution
Saved Bookmarks
| 1. |
When will you get the message "No Suitable Driver"? |
|
Answer» When a Connection request is issued, the DriverManager asks each loaded driver if it understands the URL sent. When the URL passed is not properly constructed, then the "No Suitable Driver" message is returned. |
|