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 a jdbc connection?
What happens if we don't close the connection in jdbc?
Explain the various types of locking system in jdbc?
What are different types of JDBC Drivers?
What is jdbc odbc in java?
What are the different types of JDBC drivers?
How many types of statements are there in jdbc?
Explain the two tier and three tier architecture of jdbc.
What are the flow statements of jdbc?
What are the types of jdbc drivers that exist?
Why hibernate is better than jdbc?
What is database connection pooling? Advantages of using a connection pool?
How to move the cursor in scrollable resultset ?
What is jdbc and jpa?
Explain about multiple implementations and drive manager?