JAVA JDBC Programming Question:
Download Questions PDF

What are the steps involved in establishing a connection using JDBC in JAVA?

Answer:

This involves two steps:
(1) loading the driver and
(2) making the connection.

Download JDBC Interview Questions And Answers PDF

Previous QuestionNext Question
What are the flow statements of JDBC?How can you load the drivers in JDBC?