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:
Open Link Endur
Can you please post OpenLink Endur related FAQ's,tutorials,documents. Thanks 2009-09-10, 16391👍, 0💬
Which class does the remote object has to inherit ?
.NET INTERVIEW QUESTIONS - Which class does the remote object has to inherit ? All remote objects should inherit from System.MarshalbyRefObject. 2009-08-04, 4813👍, 0💬
How do you open an SSH connection to a remote box?
How do you open an SSH connection to a remote box? ???? 2009-07-20, 7269👍, 0💬
C question
What is the difference between: myObj *x = new myObj[100]; delete x; and myObj *x = new myObj[100]; delete [] x; 2009-07-16, 5567👍, 0💬
Popular Posts:
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
Do events have return type ? No, events do not have return type.
What Tools to Use to View HTML Documents? The basic tool you need to view HTML documents is any Web ...