which of the following JDBC interfaces?

A JDBC driver is a class that implements which of the following JDBC interfaces?

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.



Leave a Reply 0

Your email address will not be published. Required fields are marked *