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 are drivers available?
How do I load a database driver with JDBC 4.0 / Java 6?
What is jdbc odbc bridge in java?
How do I find jdbc version?
What are the common jdbc exceptions?
What is executequery in java?
What is use of connection pooling?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is preparedstatement in jdbc?
What is a merge field?
How we store procedure in oralce for callable statements in jdbc
What is meant by jdbc?
What are the common JDBC problems that you got and how do you solved them?
How do I find whether a parameter exists in the request object?
What is the query used to display all tables names in SQL Server (Query analyzer)?