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:
How to create a confirmation box?
How to create a confirmation box? confirm("Do you really want to launch the missile?"); 2011-03-08, 3891👍, 0💬
Name the numeric constants representing max, min values
Name the numeric constants representing max, min values Number.MAX_VALUE Number.MIN_VALUE 2010-12-14, 3885👍, 0💬
What boolean operators does JavaScript support?
What boolean operators does JavaScript support? &&, || and ! 2010-09-28, 3882👍, 0💬
How do you create a new object in JavaScript?
How do you create a new object in JavaScript? var obj = new Object(); or var obj = {}; 2010-12-21, 3850👍, 0💬
What is ADSPLICE UTILITY ?
What is ADSPLICE UTILITY ? ADSPLICE UTILITY in ORACLE application is utility to add a new product. 2011-11-09, 3844👍, 0💬
Popular Posts:
How To Compare Two Strings with strcmp()? - PHP Script Tips - PHP Built-in Functions for Strings PHP...
How To Change System Global Area (SGA)? - Oracle DBA FAQ - Introduction to Oracle Database 10g Expre...
What are the high-level thread states? The high-level thread states are ready, running, waiting, and...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
What is the difference between RegisterClientScriptBloc kand RegisterStartupScript? RegisterClientSc...