edited by
4,369 views

5 Answers

Best answer
15 votes
15 votes

File locking is a mechanism that restricts access to a computer file by allowing only one user or process access at any specific time.Otherwise there would be a Race Condition.

Ans : accessed by only one user

selected by
1 votes
1 votes
it should be A  locking is done to achieve concurrency control

b)file protection by using password is different concept than locking

c)sensitive information is  hidden through pvt or protected class method

d)before updation its lock has to be uncloked by the user who have locked it so no question of it too
1 votes
1 votes

File locking is a mechanism that restricts access to a computer file by allowing only one user or process access at any specific time. Systems implement locking to prevent the classic interceding update scenario, which is a typical example of race condition, by enforcing the serialization of update processes to any given file.

Answer:

Related questions

5 votes
5 votes
2 answers
1
go_editor asked Jun 15, 2016
5,661 views
Which of the following contains complete record of all activity that affected the contents of a database during a certain period of time?Transaction logQuery languageRepo...
5 votes
5 votes
2 answers
2
Anuanu asked May 30, 2016
3,906 views
Purpose of 'Foreign Key' in a table is to ensureNull IntegrityReferential IntegrityDomain IntegrityNull and Domain Integrity
4 votes
4 votes
4 answers
3
ajit asked Oct 5, 2015
4,573 views
The 'command' used to change contents of one database using the contents of another database by linking them on a common key field?ReplaceJoinChangeUpdate