Interview Questions

How do you handle your own transaction ?

Java database interview questions


(Continued from previous question...)

11. How do you handle your own transaction ?

Connection Object has a method called setAutocommit(Boolean istrue)
Default is true. Set the Parameter to false , and begin your transaction

(Continued on next question...)

Other Interview Questions