JDBC [todo]

Quick TL;DR

  • JDBC (Java Database Connectivity) is an application programming interface (API) for the programming language Java, which defines how a client may access a database.

  • JDBC provides a layer of abstraction that lets an application issue SQL commands without thinking about the underlying database implementation.

Last updated