Explain the role of Driver in JDBC

3 years ago
OOP Java

The JDBC Driver provides vendor-specific implementations of the abstract classes provided by the JDBC API.

Each driver must provide implementations for the following classes of the java.sql package:Connection, Statement, PreparedStatement, CallableStatement, ResultSet and Driver.

More related questions

Questions Bank

View all Questions