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:
When a thread blocks on I/O, what state does it enter?
When a thread blocks on I/O, what state does it enter?
✍: Guest
A thread enters the waiting state when it blocks on I/O.
2012-10-10, 2623👍, 0💬
Popular Posts:
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter.
Can we have static indexer in C# ? No.
What are database triggers? How are the triggers fired? Read this collection of questions and answer...