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, 16114👍, 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, 4676👍, 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, 7120👍, 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, 5469👍, 0💬
Popular Posts:
How do you pass control from one JSP page to another? Use the following ways to pass control of a re...
What is PMP(project management plan)? The project management plan is a document that describes the p...
What are some uses of Intranets & Extranets? An "intranet" is the generic term for a collect...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...
.NET INTERVIEW QUESTIONS - What are Daemon threads and how can a thread be created as Daemon? Daemon...