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's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What are devices?
Which is best database for java?
State the three different ways in which you can create a table?
What is jdbc and odbc?
What is jdbc connection class?
What are the components of jdbc?
What is the return type of execute, executequery and executeupdate?
What are common JDBC Exceptions?
Why hibernate is better than jdbc?
What does the jdbc databasemetadata interface?
What are the higher level apis under development on top of jdbc currently?
Name the types of jdbc drivers.
What are restrictions on triggers?
Which interface is responsible for transaction management in jdbc?