To group multiple SQL commands and execute them as a single transaction, use the __________ feature in JDBC.

  • Batch Processing
  • Connection Pooling
  • Statement Pooling
  • Transaction
The Transaction feature in JDBC allows grouping multiple SQL commands into a single transaction for atomicity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *