JAVA JDBC Programming Question: Download JDBC PDF

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

Tweet Share WhatsApp

Answer:

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

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
What are the flow statements of JDBC?How can you load the drivers in JDBC?