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, 5849👍, 0💬
Popular Posts:
What would you use to compare two String variables - the operator == or the method equals()? You can...
What is the main difference between a Vector and an ArrayList? Java Vector class is internally synch...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
How can we connect to Microsoft Access , Foxpro , Oracle etc ? Microsoft provides System.Data.OleDb ...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...