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
Why is Servlet so popular?
What is the difference between context parameter and context attribute?
Which method of the httpservletrequest object is used?
What is a generic servlet?
What is the
Name the packages that work with servlet?
What are the types of servlet?
What is the difference between get and post methods?
Differentiate between the get and post method
What do you mean by request dispatcher in servlet? Also explain its methods.
Define the lifecycle for executing a jsp page.
What are the different mode that servlets can be used?
How we can create war file in servlet?
Explain jsessionid?
What is servlet used for?