Kizspy | Question: 22
(Choose 1 answer)
In JDBC, what is the effect of calling setAutoCommit(false) on a Connection object?
A. It disables the transaction management feature.
B. It turns on auto-commit mode for each SQL statement.
C. It requires each transaction to be committed or rolled back manually.
D. It automatically rolls back transactions if an error occurs.