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
The correct answer is d Establish a connection to the database execute query statements and get run ... View full answer
Get step-by-step solutions from verified subject matter experts
