How do distributed transactions differ from local transactions?
- Concurrency and Durability
- Consistency and Recovery
- Isolation and Atomicity
- Scope and Participants
Distributed transactions involve multiple participants and a wider scope, whereas local transactions are limited to a single resource or database.
Loading...
Related Quiz
- A developer is implementing CSP for the first time. What common challenges might they face?
- When a user logs out of a web application, what should be done with the authentication cookies?
- How does the sendRedirect() method communicate the new URL to the client's browser?
- Custom error pages in servlets are configured in the _________ file.
- What is the primary purpose of using HTTPS instead of HTTP in servlets?