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
How to check jdbc driver version in sql server?
What should be done for auto generating primary key id in a table ?
What is an encrypted internet connection?
Is jdbc open source?
How can I determine where a given table is referenced via foreign keys?
Does jdbc use ssl?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Is there another way of dealing with the result set that could execute faster?
Explain about column name and getter method?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Explain the difference between resultset and rowset in jdbc
Why do we use jdbc statements?
What is sqlwarning and discuss the procedure of retrieving warnings?
How to use JDBC API to call Stored Procedures?