Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What is the difference between System.String and System.StringBuilder classes
What is the difference between System.String and System.StringBuilder classes?
✍: Guest
System.String is immutable; System.StringBuilder can have mutable string where a variety of operations can be performed.
2007-10-23, 4702👍, 0💬
Popular Posts:
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
How To Call a Sub Procedure? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions To...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
What are some uses of Intranets & Extranets? An "intranet" is the generic term for a collect...