DEVFYI - Developer Resource - FYI

What is JDBC Driver interface?

JDBC Interview Questions and Answers


(Continued from previous question...)

What is JDBC Driver interface?

The JDBC Driver interface provides vendor-specific implementations of the abstract classes provided by the JDBC API. Each vendor driver must provide implementations of the java.sql.Connection,Statement,PreparedStatement, CallableStatement, ResultSet and Driver.

(Continued on next question...)

Other Interview Questions