nerdexam
CIW

1D0-441 · Question #69

Which statement is true with respect to transactions and JDBC?

The correct answer is D. A transaction automatically rolls back if the client closes its connection to the database before. See the full explanation below for the reasoning.

Question

Which statement is true with respect to transactions and JDBC?

Options

  • AA single transaction must contain at least two SQL statements.
  • BThe primary reason to use transactions is to increase performance.
  • CTo use a transaction, you must create an instance of the TransactionStatement interface.
  • DA transaction automatically rolls back if the client closes its connection to the database before

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    3% (1)
  • D
    81% (26)

Community Discussion

No community discussion yet for this question.

Full 1D0-441 Practice