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 an odbc driver?
What is the meaning of “dirty read” in the database?
What is jdbc and odbc?
Is jdbc a web technology?
What is JDBC DataSource and what are it’s benefits?
What is jdbc driver for sql server?
What is the use of statement in jdbc?
What is an escape syntax?
What is the difference between execute, executeQuery, executeUpdate?
What are the different types of locking in JDBC?
Under what circumstances, that all four drivers are used?
Does jdbctemplate use prepared statements?
How can you make a connection?
What is a java driver?
What is meant by connection string?