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,

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

Step by Step Solution

3.44 Rating (160 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The correct sequence to perform a data query from a database using a JDBC driver is d Load JDBC driv... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Database Systems Design Implementation Questions!