what is meant by Transaction Isolation Levels?
Answer Posted / arghya
To avoid potential conflicts that can arise when two transaction are operating on a database at the same time, we use some transaction isolation level using conn.setTransactionIsolation().
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between servlet and filter?
What is the difference between encodeRedirectUrl and encodeURL?
What must be implemented by all servlets?
What is the difference between a generic servlet and http servlet?
Write a program to show the functionality of servlets.
What is servlet api used for conneting database?
How would you create deadlock on your servlet?
Name the packages that work with servlet?
Why is http protocol called as a stateless protocol?
How can the session in servlet be destroyed?
What are the phases of the servlet life cycle?
How do you run a servlet?
Differentiate between the get and post method
When Servlet is unloaded?
What is the major difference between context parameter and context attribute?