What is JDBC driver?- The JDBC Driver provided by the JDBC API, is a vendor-specific implementations of the abstract classes. - The driver is used to connect to the database. - The Java.sql package that come with JDK, contains of various classes with their behaviours which are defined and the third-party drivers do their actual implementaions. - The java.sql.Driver interface in their database driver is implemented by the third party vendors.
|