what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / shital
Class is a predefined class & foreName is a static method
to load the driver for connectivity
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can I manage special characters when I execute an insert query?
What are the basic exceptions in jdbc?
What is CLOB and BLOB datatypes in JDBC?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Is jdbc and orm?
What does jdbc do?
In which ways is driver class is registered with drive manager?
What is jdbc odbc in java?
How to check jdbc connection in linux?
Which type of driver provides jdbc access via one or more odbc drivers?
How MS-Access DB can be accessed over a network, using JDBC API?
How to set NULL values in JDBC PreparedStatement?
What is jdbc in dbms?
What is the purpose of jdbc?
What is resultset?