A JDBC driver is a class that implements which of the following JDBC interfaces?
A.
Connect
B.
Driver
C.
SQL
D.
DATABASE
Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ A JDBC driver is a class that implements the JDBC
Driver interface and understands how to convert program (and typically SQL.
requests for a particular database. Clearly, the driver is what makes it all work.