what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / yash
In addition to above answers, using Class.forName the
instance of driver is automatically registered with the
DriverManager. Thus it saves us from the efforts of
creating new instance of driver and registering it with
DriverManager!!
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the JDBC?
What is the purpose of jdbc?
When do we get java.sql.SQLException: No suitable driver found?
What is jdbc driver manager?
How many packages are available in jdbc api?
Is jdbc faster than odbc?
What does the jdbc connection interface?
What are the steps involved in establishing a connection using jdbc in java?
What is connection commit?
What happens if we don't close the connection in jdbc?
Is oracle client required for jdbc connection?
How MS-Access DB can be accessed over a network, using JDBC API?
What is executeupdate in java?
Explain in detail about JDBC and its general features?
RowSetInternal caller and returns void. What can I do in the readData method?