Answer Posted / 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 |
Post New Answer View All Answers
Difference between new operator and class.forname().newinstance()?
Is “abc” a primitive value?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
how do you Handle Front End Application data against DB with example?
Are enterprise beans allowed to use thread.sleep()?
what is a portable component?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What class is the top of the awt event hierarchy?
Explain about thread synchronization inside a monitor?
What are transaction attributes?
What is a clone?
how to use debug in my elipse to solve problems that exist in my project
Name three subclasses of the component class?
Which containers use a border layout as their default layout?
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?