Java theorytheory 0/50 · 0%
Database · easy

19. JDBC Basics

Connecting to relational databases.

Java Database Connectivity (JDBC) is the standard API for connecting Java applications to databases.

Check your understanding

  1. 1. What is a Connection object?

  2. 2. Closing resources is best done in...?