Java JDBC stands for java database connectivity, This java tutorial is an introduction to the java database connectivity. JDBC is an API written in java and enables the developers to connect their Java applications with the Database management system. JDBC specifies the calls to communicate with Database drivers. Database driver converts these JDBC calls into database commands, and let our application to make database operations.
It means we can programmatically access the RDBMS. Database drivers are either produced by database vendors themselves or by third parties as well.
There are four types of drivers for JDBC connectivity.
JDBC -odbc bridge drivers
Native API Drivers
Middleware or Network Drivers
Thin driver or Database protocol drivers
You can visit https://www.programminghunk.com/ for the detailed tutorial.
#JDBC, #JDBC_TUTORIAL, #JDBC_DRIVERS, #TYPE_OF_DRIVERS