what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / prabhakaran
Class is a predefined class and forName is the static
method of the class which is used to load the driver
dynamically in the client machine at runtime
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the function of drivermanager class?
Which jdbc driver is the fastest driver?
How can I write to the log used by DriverManager and JDBC drivers?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is JDBC Connection isolation levels?
In which ways is driver class is registered with drive manager?
What is jdbc drivers in java?
What is isolation level? How to set it?
What are the jdbc api components?
What is jdbc dialect?
Explain what should be done when a SQL exception is raised?
Does jdbctemplate close connection?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Explain the various types of locking system in jdbc?
Which jdbc driver type s is are the jdbc odbc bridge?