Multiple Choice
Which constants are used to indicate that a ResultSet is scrollable, insensitive to changes and read only?
A) TYPE_SCROLLABLE_INSENSITIVE, CONCUR_READ_ONLY.
B) TYPE_SCROLLABLEINSENSITIVE, CONCUR_READONLY.
C) TYPE_SCROLL_INSENSITIVE, CONCUR_READ_ONLY.
D) TYPE_SCROLL_INSENSITIVE, CONCUR_READONLY.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Which statement is false?<br>A) A DELETE statement
Q11: A _ is a column (or set
Q12: Selection criteria can be added to a
Q13: To retrieve specific columns from a table,
Q14: To obtain data from a table, you
Q16: The result of a query can be
Q17: If a query includes columns from multiple
Q18: Java programs communicate with databases using what
Q19: An a PreparedStatement, parameters are counted from
Q20: Transaction processing enables a program to treat