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 do we need servlet filter?
How servlet is created?
Is servlet a server side scripting language?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is difference between PrintWriter and ServletOutputStream?
Explain the difference between servletconfig and servletcontext in servlet?
Can you call a jsp from the servlet?
What is the difference in between the httpservlet and generic servlet?
Which event is fired at the time of session creation and destroy?
why we should override only no-agrs init() method.
What is a servlet-to-servlet communcation?
What do you mean by session tracking and also explain its techniques?
What are the functions of Servlet container?
Difference between GET and POST?
What is a web application and what is it’s directory structure?