Google News
logo
JDBC - Interview Questions
What is JDBC in Java?
JDBC(Java Database Connectivity) is a Java Application Programming Interface(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.
Advertisement