by BehindJava

Java JDBC important interview questions

Home » java » Java JDBC important interview questions

In this tutorial we are going to learn about few important interview questions of Java JDBC.

Firstly, we need to understand what is JDBC and why it is used?

JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database. It is a part of JavaSE (Java Standard Edition).

Here are few important questions to be refered before an Java interview as mentioned below.