wht is mean by dirty read?
Answer / g.arun
Dirty read - Changes made during a Transaction is 'visible'
to other parties
Non Repeatable Read -
if Transcation T1 reads a row and Transcation T2 changes
the same row,when T1 rereads and sees the changes made by
T2.Then this is Non - Repeatable Read
Phantom Read - If Transcation T1 retrieves a bunch of
rows.Transcation T2 inserts a row,T1 rereads the query and
if T1 see the additional row,it is a ghost row to T1 then
this is called as Phantom Read
Is This Answer Correct ? | 10 Yes | 5 No |
Can you declare an interface method static?
What is the access scope of protected access specifier?
real time example for deadlock,starvation,livelock
How is abstraction implemented in java ?
What is an argument in java?
What is a class object?
What is the default value of the local variables?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is tcp ip in java?
When can we say that threads are not lightweight process in java?
Why is the main method declared static?
Explain about abstract classes in java?