CIW
1D0-441 · Question #60
Which code segment instantiates a Statement object that can be used to create a scrollable result set?
The correct answer is C. Statement s = conn.createStatement. See the full explanation below for the reasoning.
Question
Which code segment instantiates a Statement object that can be used to create a scrollable result set?
Options
- AStatement s =
- BStatement s =
- CStatement s = conn.createStatement
- DStatement s =
How the community answered
(22 responses)- A9% (2)
- B5% (1)
- C77% (17)
- D9% (2)
Community Discussion
No community discussion yet for this question.