JDBC API(Java Database Connectivity)
The JDBC ( Java Database Connectivity )API provides database access from the Java programming language. Using the JDBC API, we can connect to and access
JDBC
The JDBC ( Java Database Connectivity )API provides database access from the Java programming language. Using the JDBC API, we can connect to and access
JDBC drivers are available from a number of vendors. The drivers support different versions of the JDBC API. JDBC driver might be written purely in Java
In this tutorial, we will understand the high-level JDBC architecture with a picture. The major components are as follows:
Java Application
JDBC API