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
Why do we need jdbc?
What is the use of dialect?
What is a jdbc connection string?
What is jsp and jdbc?
What is sqlwarning?
Explain how to make updates to the updatable resultsets.
Which is better jpa or jdbc?
Which jdbc driver is the fastest driver?
What is the role of the jdbc drivermanager class?
What are the measures to connect to the db using jdbc?
Why are we using blob datatypes in jdbc?
List the common jdbc exceptions ?
What is the meaning of batch updates?
Does jdbc use ssl?
What is difference between jdbc and odbc?