The sequence to perform a data query from a database using a JDBC driver is a. Connect

Question:

The sequence to perform a data query from a database using a JDBC driver is

a. Connect to database, load JDBC driver, perform the query, get result from ResultSet

b. Perform the query, connect to database, load JDBC driver, get result from ResultSet

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

d. Load JDBC driver, connect to database, perform the query, get result from ResultSet

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

Step by Step Answer:

Question Posted: