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 |
Do I have to use jsps with my application?
whats is mean by class.forName() whats the return type of class
Are we allowed to change the transaction isolation property in middle of a transaction?
what is container?
What is the difference between Process and Threads?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
what is stringBuffer and StringBuilder?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
Can you control when passivation occurs?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
Explain the steps in details to load the server object dynamically?
What are skeletons and stubs and how they are generated?