what is a dirty read?
Answer / srikanth
For eg:
There are two tx- A and B
If a row has been changed by tx-A and not commits it.In the
mean while if the tx-b reads the row in the mean while if
again tx-A commits the row updated then tx-B will get the
different results.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is mdb and what is the special feature of that?
Is a class a subclass of itself?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
which is the better collection class if the requirement is only displaying the data
Why doesn’t the focus feature on the tag work in every circumstance?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
the use of try and ffinally keyword
How can I scroll through list of pages like the search results in google?
Which containers use a border layout as their default layout?
What is clustering? What are the different algorithms used for clustering?
What are the services in RMI ?
how we can implement interface in jsp ?