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
How to set the attribute concurrency in resultset?
Where can I find ojdbc14 jar file?
What port does jdbc use?
What is jdbc template?
What is the difference between jdbc and odbc?
List the common jdbc exceptions ?
What is jdbc type?
Why resultset is used in java?
Which type of JDBC driver is the fastest one?
Explain creation of statement object with connection method create method with help of an example.
Explain the steps in writing a java program using jdbc?
What is hbm xml?
What is isolation level? How to set it?
What are the steps required to execute a query in jdbc?
What is JDBC PreparedStatement?