nerdexam
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)
  • A
    9% (2)
  • B
    5% (1)
  • C
    77% (17)
  • D
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 1D0-441 Practice