Discussion :: JDBC
- When the message "No Suitable Driver" occurs?
A.
When the driver is not registered by Class.forname() method
|
B.
When the user name, password and the database does not match
|
C.
When the JDBC database URL passed is not constructed properly
|
D.
When the type 4 driver is used
|
Answer : Option C
Explanation :
Be The First To Comment