whats the Need for Concurrency control

Answer Posted / reshma khan

concurrency control is used to avoid deadlock condition.
when more then one process want to access same instance of
resource types.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to convert infix expression to prefix expression?

3814


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

1532


hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

1378


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1469


WHat is execution in manual testing and when will we start execution and what language we use in execution

1472






Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance

1473


What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

1617


the systematic access of small computers in a distributed data processing system is referred as?

2710


5. How do you round the addition or subtraction of two numbers in assembler?

1764


how sap is different from other software ?

1649


can we allocate memory for interface? if no then why?

1458


How to set fixed width in particular in html? if i type more character in this it will not push near . this is my question. can u tell me the answer...

2037


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

587


how to add Servlet-api.jar file into eclipse 3.3.2 ?

4040


design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

16192