Answer Posted / bhoopesh alladi
By using the DriverManager.registerDriver() method , and
while loading of the driver and registering the driver
within a single method execution, that is
Class.forName(String DriverName)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is url in jdbc connection?
What is jdbc and its advantages?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What is jdbc and odbc in java?
Which type of driver is unique in jdbc?
How the JDBC application works?
What is the JDBC?
What is a java driver?
How can you load the drivers?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
How do I load a database driver with JDBC 4.0 / Java 6?
What is jdbc resultsetmetadata interface?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is jdbc servlet?
What class.forname does, while loading the drivers?