Skip to content
Chaance Graves edited this page Jan 29, 2016 · 12 revisions

Java Database Connectivity

What is JDBC and why should we use it?

To start of the tutorial, JDBC, which stands for Java Database Connectivity, is a standard Java API for database-independent connectivity between Java and a wide range of databases. For our purposes, we will be utilizing JDBC with connectivity to SQL.

Pre-Requisites for JDBC

Clone this wiki locally