This tutorial explains what is JDBC, its versions released till now, what are the pre-requisites needed before proceeding with JDBC, types of Drivers, etc. At the end of this tutorial, you will know the basics of Java Database Connectivity or JDBC and where can we use it.
In this article, we’re going to take a look at JDBC (Java Database Connectivity) which is an API for connecting and executing queries on a database. JDBC can work with any database as long as proper drivers are provided.