Introduction to JDBC – Database Connectivity
24.2 Introduction to JDBC The Java Database Connectivity (JDBC) protocol provides database interaction capabilities for Java programs. The JDBC specification is not database provider specific, allowing Java programs to interact with any database. The JDBC API is defined in the java.sql package. It comprises a number of interfaces that Java programs use to represent database