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 URL Encoding?
How to make sure a servlet is loaded at the application startup?
Whether we can get deadlock situation in servlets?
Write a program to show the functionality of servlets.
What is meant by Servlet? What are the parameters of service method?
How can the referrer and the target urls be used in servlet?
Explain the features are in servlet 3?
Which http method is said to be non-idempotent and idempotent?
Define servlet mapping?
How to upload a file to the server using servlet?
Can we use threads in Servlets?
What is the
What are the uses of servlet and what is servlet chaining?
What is servlet and how it works?
How can we refresh automatically when new data is entered into the database?