

Hi,
Here is the answer.
Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database. The JDBC API consists of a set of interfaces and classes written in the Java programming language.
Using these standard interfaces and classes, programmers can write applications that connect to databases, send queries written in structured query language (SQL), and process the results.
JDBC is similar to ODBC, but is designed specifically for Java programs, whereas ODBC is language-independent.
For more detail please go to the link given below-
http://www.roseindia.net/jdbc/what-is-jdbc.shtml
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.