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 PMP(project management plan)?
What is PMP(project management plan)?
✍: Guest
2008-04-14, 7627👍, 0💬
Popular Posts:
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
Can Java object be locked down for exclusive use by a given thread? Yes. You can lock an object by p...
How can we know the number of days between two given dates in PHP? Simple arithmetic: <?php $...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...