Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is object lock?



what is object lock?..

Answer / divikiran

The lock keyword marks a statement block as a critical section by obtaining the mutual-exclusion lock for a given object, executing a statement, and then releasing the lock. This statement takes the following form:

Object thisLock = new Object();
lock (thisLock)
{
// Critical code section
}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

what are the controls used to upload a file from client to server?

4 Answers  


Tell us what is a sealed class?

0 Answers  


What is .net code security?

0 Answers  


Describe the Managed Execution Process

0 Answers  


How to get the hostname or IP address of the server?

2 Answers  


Compare client server application with n-tier application

0 Answers  


What does jit compilation do in .net?

0 Answers  


Explain about the Common Language Runtime?

0 Answers  


What is use of ContextUtil class?

1 Answers  


why you wouldn't want to write into it even if you could

0 Answers  


Please explain what is reflection and what is it for?

0 Answers  


What?s a Windows process?

1 Answers  


Categories