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:
Can we use events with threading
Can we use events with threading ? Yes, you can use events with thread; this is one of the techniques to synchronize one thread with other. 2007-10-22, 5189👍, 0💬
How about 2+5+8?
How about 2+5+"8"? Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation, so 78 is the result. 2008-09-16, 5180👍, 0💬
Popular Posts:
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
How To Wirte a Simple JUnit Test Class? This is a common test in a job interview. You should be able...
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...