Java Database Connectivity - JDBC Drivers

JDBC Drivers

JDBC drivers are client-side adapters (installed on the client machine, not on the server) that convert requests from Java programs to a protocol that the DBMS can understand.

Read more about this topic:  Java Database Connectivity