Java JDBC Tutorials

The Java Database Connectivity (JDBC) API provides universal data access from Java. Using the JDBC API, you can access virtually any data source, from relational databases to spreadsheets and flat files.

The JDBC API is comprised of two packages:

Both packages are downloaded with Java Platform Standard Edition (Java SE).

JDBC Basics

JDBC CRUD Examples

JDBC PreparedStatement

JDBC Best Practices

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.

Our Blogs

REST API Tutorial