What does setAutoCommit(false) do?
(a) commits transaction after each query
(b) explicitly commits transaction
(c) does not commit transaction automatically after each query
(d) never commits transaction
The question was posed to me in an online quiz.
The query is from JDBC topic in portion Java Beans & JDBC of Java