Generally, the JDBC API perform the following three functions a. Connect to database, load JDBC driver, perform

Question:

Generally, the JDBC API perform the following three functions

a. Connect to database, load JDBC driver, perform the query

b. Perform the query, connect to database, load JDBC driver

c. Get result from ResultSet, connect to database, load JDBC driver

d. Establish a connection to database, execute query statements and get run results

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: