wht is mean by dirty read?



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

Post New Answer

More Core Java Interview Questions

Can you declare an interface method static?

0 Answers  


What is the access scope of protected access specifier?

0 Answers  


real time example for deadlock,starvation,livelock

5 Answers  


How is abstraction implemented in java ?

0 Answers  


What is an argument in java?

0 Answers  






What is a class object?

0 Answers  


What is the default value of the local variables?

0 Answers  


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

0 Answers   SAP Labs,


What is tcp ip in java?

0 Answers  


When can we say that threads are not lightweight process in java?

0 Answers  


Why is the main method declared static?

0 Answers  


Explain about abstract classes in java?

0 Answers  


Categories