What is two-phase commit protocol in the context of transaction management?
- A protocol for authentication
- A protocol for coordination
- A protocol for data retrieval
- A protocol for voting
The two-phase commit protocol is a coordination protocol involving a voting phase and a decision phase to ensure distributed transaction consistency.
Loading...
Related Quiz
- The __________ pattern used in MVC frameworks centralizes request handling in a single servlet.
-
In the context of filter configuration, what is the purpose of the
tag in web.xml? - The __________ object provides the filter with its configuration information.
- Which Java interface is typically used for creating custom log messages in a servlet?
- What is a common strategy for handling the situation when all connections in the pool are in use?