Advertise Here

 

Jul
4th

JDBC Drive Types

Author: admin | Files under JDBC Driver Types

Types of JDBC Driver Managers
JDBC contains three components- application, driver manager and driver. The user application invokes JDBC methods to send SQL statements to the database and retrieves results. JDBC driver manage is used to connect java applications to the correct JDBC driver. JDBC driver test suite is used to ensure that the installed JDBC […]