The isolation level that allows neither dirty reads nor non-repeatable reads is called _________.
- Read Committed
- Read Uncommitted
- Repeatable Read
- Serializable
The Serializable isolation level ensures neither dirty reads nor non-repeatable reads, providing the highest level of isolation.
Loading...
Related Quiz
- The _________ interface in Java EE allows the server to react to WebSocket lifecycle events.
- What is the primary purpose of transaction management in database operations?
- Which method is used to get a reference to the ServletContext?
- Filters can be used to manipulate the __________ and __________ before they reach a servlet or JSP.
- Which interface must a class implement to act as a filter in a web application?