JDBC Drivers: 4 Powerful Ways to Empower Seamless Data Connectivity

JDBC is the API which allows for Java’s interaction with the database by means of a technology called Java Database Connectivity

A JDBC driver is a Java driver that enables communication between a database and a Java application

A database bridge is a software application that links a database with an application into a middle layer

It does this by converting the Java calls to SQL queries that are used by the database

There are four types of JDBC Drivers