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.

Surya Bikram Bhandari
Oct 31, 2021