JDBC is Java application programming interface that allows the Java programmers to access database management system from Java code.
Tutorial Details:
This section providing you the brief description of JDBC. Java Database Connectivity in short called as JDBC. It is a java API which enables the java programs to execute SQL statements. It is an application programming interface that defines how a java programmer can access the database in tabular format from Java code using a set of standard interfaces and classes written in the Java programming language.