what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / girija shankar shadangi
this method creates object of driver class(which contains all he data like address of a driver and all the details of the driver)and registers the object to the JVM.it means making the object available to the jvm,so that jvm can use this object for its further operation internally.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Discuss the procedure of retrieving warnings?
What is JDBC RowSet? What are different types of RowSet?
What is meant by dao?
Result set’s index starts with 0 or 1?
What are the common JDBC problems that you got and how do you solved them?
What are devices?
What do you mean by database connection pooling?
What is resultsetmetadata?
What is connection data?
What is jdbc class forname?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
How can I determine the isolation levels supported by my DBMS?
How many types of resultset are there in jdbc?
Give steps to connect to the db using jdbc?