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
Can we use threads in Servlets?
What is http servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What do you mean by mime type?
How can you create a session in servlet?
What are the difference between RMI and Servlets?
Which httpsession object is used to view and manipulate information about a session?
What is war file?
What is servlet instance?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Explain mvc pattern.
What do you mean by singlethreadmodel interface?
How servlets are deployed in java?
What is Client-Server Computing?
What is the difference between servlet and jsp?