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.
Loading...
Related Quiz
- The __________ interface allows objects to be notified of changes in session lifecycle.
- Which method is used to batch multiple SQL statements before sending them to the database?
- To manage memory efficiently during file upload, using a __________ approach is recommended.
- Which tool is commonly used for analyzing memory usage in Java applications?
- How do you handle an unchecked exception in a servlet?