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
How to test jdbc connection to sql server?
What is an odbc driver?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What are the components of jdbc?
What is metadata in programming?
What is jdbc and why is it required?
What is the use of jdbc api?
How can we store the file in the oracle database?
How does jdbc work?
What is jdbc connection interface?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Which jdbc drivers will run your program?
Why do we use jdbc?
What are the standard isolation levels defined by JDBC?
How does jdbc driver work?