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 life cycle of a servlet?
Why doesn’t a servlet include main()? How does it work?
Write all the phases defined in servlet life cycle?
How do I use cookies to store session state on the client?
What do you mean by default initialization in java servlet?
How do you load an image in a Servlet?
How can the referrer and the target urls be used in servlet?
Which application server is best for java?
What is cgi and what are its drawbacks?
Differentiate between the web server and application server?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What are the objects involved when a servlet receives a call from client?
What do you mean by request dispatcher in servlet? Also explain its methods.
Which is better jsp or servlet?