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
The correct sequence to perform a data query from a database using a JDBC driver is d Load JDBC driv... View full answer
Get step-by-step solutions from verified subject matter experts
