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 |
Explain the steps in details to load the server object dynamically?
When is the best time to validate input?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
Can you write Java code for declaration of multiple inheritance in Java ?
What is UniCastRemoteObject and what is its use in RMI?
How many layers are there in RMI and what are they?
What is a policy?
What is a class loader? What are the different class loaders used by jvm?
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
difference between applicationserver and webserver
What is ioc concept?
Where can I find seam examples and documentation?