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, 16400👍, 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, 4815👍, 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, 7273👍, 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:
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...
Do events have return type ? No, events do not have return type.