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 is DML?
Which interface handles transaction management in jdbc?
How data can be inserted into long row column of database?
What are the steps required to execute a query in jdbc?
What is statement and resultset in jdbc?
What is the use of the statement in jdbc?
What are jdbc?
What is the difference between jdbc and odbc?
How to retrieve warnings in jdbc?
What is jdbc and odbc?
Differentiate between stored procedure and functions?
What is ODBC and JDBC? How do you connect the Database?
Is jdbc secure?
What are the differences between statement and preparedstatement interface?
What are the utilities of the callablestatement?