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 is the difference between ojdbc6 and ojdbc7?
What are the methods which can verify the cursor particular position?
What are the advantages of collection pools?
What is the difference between executing, executequery, executeupdate in jdbc?
What are the common tasks of JDBC?
Can resultset be null in java?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is statement and preparedstatement in java?
What is JDBC Savepoint? How to use it?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is batch processing and how to perform batch processing in jdbc?
How vendor Naming registry supports JNDI?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Which is better odbc or jdbc?
Why are we using blob datatypes in jdbc?