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

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

Step by Step Solution

3.30 Rating (150 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The correct answer is d Establish a connection to the database execute query statements and get run ... 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!