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’s a quick way to append a value to an array?
What’s a quick way to append a value to an array? arr[arr.length] = value; 2008-10-28, 4894👍, 0💬
How to create a popup warning box?
How to create a popup warning box? alert('Warning: Please enter an integer between 0 and 100.'); 2009-01-06, 4887👍, 0💬
The question is from software maintenance.Please help
Indicate the basic criteria used in testing requirements specifications. 2011-03-24, 4839👍, 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, 4817👍, 0💬
How to put a close window link on a page?
How to put a "close window" link on a page? <a href='javascript:window.close( )'class='mainnav'> Close </a> 2008-10-07, 4788👍, 0💬
Popular Posts:
Can one execute dynamic SQL from Forms? Yes, use the FORMS_DDL built-in or call the DBMS_SQL databas...
How do you locate the first X in a string txt? A) txt.find('X'); B) txt.locate('X'); C) txt.indexOf(...
it will be very helpful if you send some important Questions with Answers of DBMS Tell us what types...
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...