Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What is a JDBC Driver and what is its use

Answer»

When we WANT to CONNECT DATABASE USING JDBC technology we will need a software called driver specific to that database to connect. So this driver acts as an interface between JDBC and Database concerned.