S

Satya • 3.38K Points
Extraordinary

Q. Which method disables auto-commit?

  • (A) setCommit(false)
  • (B) setAutoCommit(false)
  • (C) disableCommit()
  • (D) commit(false)
  • Correct Answer - Option(B)
  • Views: 6
  • Filed under category Java JDBC
  • Hashtags:

Explanation by: Satya
setAutoCommit(false) allows manual transaction control.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.