Kizspy | Question: 22
(Choose 1 answer)
How do you manage database transaction with JDBC driver?
A. Explicit transaction management by invoke con.beginTrans()
B. Turn off auto-commit mode from DBSM for implicit transaction
C. It is automatically managed by DBMS
D. Invoke con.commit() or con,rollback()