Java / JDBC
What is a Driver in JDBC?
The driver is a contract between a Java program and the data store. It enables to write standardized code to query database and abstracts its implementation and how the call is physically made to the database.
More Related questions...