When the message "No Suitable Driver" occurs?
Options
- When the driver is not registered by Class.forname() method
- When the user name, password and the database does not match
- When the JDBC database URL passed is not constructed properly
- When the type 4 driver is used
CORRECT ANSWER : When the JDBC database URL passed is not constructed properly
Write your comments