what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / shital
Class is a predefined class & foreName is a static method
to load the driver for connectivity
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What causes the "No suitable driver" error?
Why is odbc needed?
What is a java driver?
What is the fastest type of JDBC driver?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What protocol does jdbc use?
Give an example for getXXX method?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Explain what should be done when a SQL exception is raised?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
How do I stop nullpointerexception?
What are the jdbc drivers in java?
What is jdbc class forname?
When do we use execute method in java jdbc?