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 Multi-tasking
What is Multi-tasking ? It’s a feature of modern operating systems with which we can run multiple programs at same time example Word, Excel etc. 2007-10-22, 5100👍, 0💬
How do you upload a file in ASP.NET
How do you upload a file in ASP.NET ? use System.Web.HttpPostedFile class. 2007-10-24, 5095👍, 0💬
How can we kill a user session
How can we kill a user session ? Session.abandon 2007-10-24, 5079👍, 0💬
What is COM
What is COM ? Microsoft’s COM is a technology for component software development. It is a binary standard which is language independent. DCOM is a distributed extension of COM. 2007-10-22, 5068👍, 0💬
Popular Posts:
Wha is the output from System.out.println("Hell o"+null);?Hellonull
How To Merge Cells in a Row? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you wan...
How do I install JUnit? First I will download the lastest version of JUnit. Then I will extract all ...
Can Java object be locked down for exclusive use by a given thread? Yes. You can lock an object by p...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...