Day 18. Accessing Databases with JDBC 4.2 and Derby

Almost all Java programs deal with data in some way. So far you have used primitive types, objects, arrays, hash maps, and other data structures.

Today, you work with data in a more sophisticated way by exploring Java Database Connectivity (JDBC), a class library that connects Java programs to relational databases.

Java includes Java DB, a compact relational database that makes it easier than ever to incorporate a database into your applications. Java DB is Oracle’s name for Apache Derby, an open source database maintained by the Apache Software Foundation.

Today, you explore JDBC in the following ways:

Using JDBC drivers to work with different relational databases

Accessing a database with ...

Get Sams Teach Yourself Java™ in 21 Days (Covering Java 8), Seventh Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.