April 2022
Intermediate to advanced
944 pages
28h 7m
English
In this chapter
In 1996, Sun released the first version of the JDBC API. This API lets programmers connect to a database to query or update it using the Structured Query Language (SQL). (SQL, usually pronounced “sequel,” is an industry standard for relational database access.) JDBC has since become one of the most commonly used APIs in the Java library.
JDBC has been updated several times. As this book is published, JDBC 4.3, the version ...