Sobes.tech
Junior

Is JDBC an implementation or a specification?

sobes.tech AI

Answer from AI

Specification. JDBC (Java Database Connectivity) is a standard API that defines a set of interfaces and classes for connecting to databases and executing SQL queries. Implementations of these interfaces are provided by separate drivers for specific DBMSs.

Is JDBC an implementation or a specification? — Java - sobes.tech