Skip to content

JDBC

Last update: 14 Nov 2022

Certification topics:

  • Connect to and perform database SQL operations, process query results using JDBC API

Links:

Packages java.sql and javax.sql

The DataSource interface is an alternative to the DriverManager for establishing a connection with a data source.

Connection pooling and Statement pooling

Distributed transactions

Rowsets