InterviewSolution
Saved Bookmarks
| 1. |
What is a JDBC Driver and what is its use |
|
Answer» When we WANT to CONNECT DATABASE USING JDBC technology we will need a software called driver specific to that database to connect. So this driver acts as an interface between JDBC and Database concerned. |
|