what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Actually whenever the JVM encounter the statement
Class.forName("Driver class name");The drivers will be
loading into the memory,then only the JVM will identify the
driver to process the database stuff.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What do you mean by batch processing in jdbc?
How do we call a stored procedure from jdbc?
Explain about DSN?
What does the connection object represents?
List some new features available in jdbc 4.0?
How can you use preparedstatement in jdbc?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is 2 phase commit?
How the JDBC application works?
Why do we need jdbc?
What happens if connection is not closed in jdbc?
What is the fastest type of JDBC driver?
What does the jdbc connection interface?
What are the main steps in java to make JDBC connectivity?