How do you know which driver is connected to a database?
Answer Posted / venkat
Whenever u want to connect with DB
U need to config two
They r
1.Class.forName("DriverClass name");
2.Connection con =driverManager.getConection("URL Of
Manager Class");
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What types of DataSource objects are specified in the Optional Package?
How to use JDBC API to call Stored Procedures?
What are the steps to connect to a database in java?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Does jdbctemplate close connection?
What is database deadlock ? How can we avoid them?
What is encrypted connection?
What is in term of jdbc a datasource?
Differentiate between a statement and a preparedstatement.
How do I find ojdbc jar version?
What is the return type of execute, executequery and executeupdate?
Which is best database for java?
What are collection pools?
Which jdbc driver type s is are the jdbc odbc bridge?
What is ojdbc14 jar?