Multiple Choice
When you close a connection:
A) it closes the connection only.
B) it closes the connection and the associated result set.
C) it closes the connection and the associated statement.
D) it closes the connection and closes all statements and result sets.
Correct Answer:

Verified
Correct Answer:
Verified
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 _
Q28: If your program needs to look at
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
Q34: All database URLs have the format:<br>A)jdbc:subprotocol:driver-specific data<br>B)jdbc/subprotocol/driver/data<br>C)oracle.jdbc.driver.OracleDriver<br>D)c:\jdk1.7.0\db\lib\driver.jar