JDBC Interview Questions and Answers
It is the acronym for Java Database Connectivity providing Java application program interface allowing the access of RDBMS (Relational Database Management System) by the Java programs. The API consists of classes and interfaces enabling the implementation of the SQL statements by the java programs. Here you would find the top JDBC interview questions reading which help you more about the concept.
In the article below, you will come across the best JDBC Interview Questions, read them to help yourself ace the interview round and get the job of your dreams.
Advantages
- It eases enterprise development
- Give existing enterprise data
- No need for configuration for network computers
- No need for installation
- Have complete access to metadata
Most Frequently Asked JDBC Interview Questions
Q21. What is Addbatch JDBC?
Answer
Q22. How many types of ResultSet are there in JDBC?
Answer
There are three types of ResultSet in JDBC, namely
- Forward-only
- Scroll-insensitive
- Scroll-sensitive