Multiple Choice
If your program needs to look at several result sets at the same time, _____.
A) you need to create multiple Statement objects.
B) you can reuse the Statement or PreparedStatement objects
C) you should close the ResultSet before creating a new one.
D) you are not able to see several sets at the same time.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: One of the steps for testing the
Q24: A _ is a set of rows
Q25: Based on the table below, the query
Q26: When you are done with a Statement
Q27: Used with the LIKE operator, the _
Q29: When you close a connection:<br>A)it closes the
Q30: What is wrong with the following statement?<br>ResultSet
Q31: The _ clause is used to select
Q32: When you first get a result set
Q33: The acronym JDBC stands for _:<br>A)Joint Data