CIW
1D0-441 · Question #118
Which static member of the ResultSet class should be used to create a non-updatable scrollable result set?
The correct answer is C. ResultSet.TYPE_SCROLL_INSENSITIVE. See the full explanation below for the reasoning.
Question
Which static member of the ResultSet class should be used to create a non-updatable scrollable result set?
Options
- AResultSet.TYPE_FORWARD_ONLY
- BResultSet.TYPE_FORWARD_UPDATABLE
- CResultSet.TYPE_SCROLL_INSENSITIVE
- DResultSet.TYPE_SCROLL_SENSITIVE
How the community answered
(58 responses)- A5% (3)
- B7% (4)
- C72% (42)
- D16% (9)
Community Discussion
No community discussion yet for this question.