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 can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is connection pooling and why it is used?
What are different types of JDBC Drivers?
How can you make a connection?
What does jdbc setmaxrows method do?
What is jdbc url for mysql?
What is connection data?
Where is jdbc url mysql?
What is jdbc thin client?
How to set NULL values in JDBC PreparedStatement?
What happens if connection is not closed in jdbc?
What are devices?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What does executequery return in java?
Explain the role of driver in jdbc.