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 is the difference between system.out ,system.err and system.in?
What is the difference between the session.get() method and the session.load() method?
Do we need to override service() method
What restrictions are placed on the location of a package statement within a source code file?
How can I avoid validating a form before data is entered?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What happens when a thread cannot acquire a lock on an object?
Can I run seam with jdk 1.4 and earlier?
What is the difference between java class and bean?
Explain the different types of memory used by jvm?
Explain about local interfaces.
Explain what is synchronization?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Can constructors be synchronized in java?
What is the map interface?