1.

What is JDBC in Java?

Answer»

JDBC(Java Database Connectivity) is a Java API, which is helpful in INTERACTION with the database to retrieve, manipulate and process the data using SQL. It will make use of JDBC drivers for connecting with the database. By using JDBC, we can access tabular data stored in VARIOUS types of RELATIONAL databases such as Oracle, MYSQL, MS Access, etc.



Discussion

No Comment Found