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 are the ways to define classes that can be run as threads?
whats is mean by class.forName() whats the return type of class
What is an abstract method?
What is ioc concept & explain it?
the same information whether it will connect to the database or it will be used previous information?
Explain about thread synchronization inside a monitor?
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
how we can implement interface in jsp ?
What is the initial state, When a thread is created and started?
What are the services in RMI ?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Can we have more than one action servlet?