What is Lock Based Protocol and what is its use?
Answer Posted / bhargavi
lock based protocol: Once one transaction is accessing the
data,no other transaction is made to modify the data.
(or)
A locking protocol is a set of rules to be followed by each
transaction to ensure that, even though actions of several
transactions might be interleaved,the net effect is
identical to executing all transactions in some serial order.
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
what are memory considerations of jsp compares to other web components?
What are the different approaches to represent an inheritance hierarchy?
What value does read() return when it has reached the end of a file?
what is handle?
what are the advantages of JTA over JTS?
What are the different types of exception?
When a thread blocks on i/o, what state does it enter?
Is “abc” a primitive value?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Can I run seam outside of jboss as?
what is a portable component?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How to determine SGA site?
What is the highest-level event class of the event-delegation model?
What is metaspace?