Which of the following is used to rollback a JDBC transaction?
Which of the following is used to rollback a JDBC transaction? Correct Answer rollback()
rollback() method is used to rollback the transaction. It will rollback all the changes made by the transaction.