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:
What is the difference between a NULL pointer and a void pointer
What is the difference between a NULL pointer and a void pointer?
✍: Guest
2007-11-13, 6258👍, 0💬
Popular Posts:
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
What would you use to compare two String variables - the operator == or the method equals()? You can...