Answer Posted / samsudeen
the Driver is Loaded using Class.forName
For Ex : I Load the mysql Driver
Class.forName("org.gjt.mm.mysql.Driver");
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you load the drivers?
What is jdbc driver manager?
What happens if we don't close the connection in jdbc?
What class.forname will do while loading drivers of jdbc?
what happen if we set JDBC string to NULL?
What protocol does jdbc use?
Does jdbc require oracle client?
What are the ddl statements?
What is jdbc in java?
Does sql allow null values ? Can we use it within where clause ?
What is jdbc driver for sql server?
What are different types of ResultSet?
When does the result for an sql statement return null?
Explain some new features available in jdbc 4.0?
What is ODBC and JDBC? How do you connect the Database?