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
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is odbc and jdbc?
What is serialization and deserialization in java programming?
How to get the Database server details in java program?
What is CLOB and BLOB datatypes in JDBC?
What is the difference between jdbc and jndi?
please tell me the name and url path for type-4 driver ?
Is not bound in this context unable to find jdbc spring boot?
What are the steps required to execute a query in jdbc?
Explain the role of driver in jdbc.
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is sqlwarning?
What are the different types of interfaces in the api component?
What is executequery in java?
What is JDBC Connection isolation levels?