Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Acquiring Locks on Classes
Can a lock be acquired on a class?
✍: FYIcenter
Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object.
2007-03-03, 5962👍, 0💬
Popular Posts:
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...
How To Create an Add-to-Google-Reader Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS ...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...