Java Database Connectivity(JDBC) defines how a java program can
communicate with a database.The JDBC Driver provides vendor-specific implementations of the abstract classes provided by the JDBC API. This driver is used to connect to the database.
A Complete Java Tutorial and Career Guide
Recommended for you
Posted in: JDBC FAQs
Email This BlogThis! Share to Twitter Share to FacebookJava Database Connectivity(JDBC) defines how a java program can
communicate with a database.The JDBC Driver provides vendor-specific implementations of the abstract classes provided by the JDBC API. This driver is used to connect to the database.