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 boolean operators does JavaScript support?
What boolean operators does JavaScript support? &&, || and ! 2008-07-29, 5366👍, 0💬
What Is Rollback
What Is Rollback? Rollback causes work in the current transaction to be undone. 2007-04-15, 5342👍, 0💬
Inner Class Declared inside a Method
Can an inner class declared inside of a method access local variables of this method? It's possible if these variables are final. 2007-03-03, 5335👍, 0💬
JSP Scripting Elements
How many JSP scripting elements and what are they? There are three scripting language elements: declarations scriptlets expressions 2007-04-03, 5313👍, 0💬
here is version information stored in an assembly ?
.NET INTERVIEW QUESTIONS - Where is version information stored in an assembly ? Version information is stored in assembly in manifest. 2010-03-09, 5312👍, 0💬
What is the data types of variables of in JavaScript?
What is the data types of variables of in JavaScript? Number, String, Boolean, Function, Object, Null, Undefined. 2008-06-24, 5307👍, 0💬
Popular Posts:
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
How To Write a Query with a Right Outer Join? - Oracle DBA FAQ - Understanding SQL SELECT Query Stat...
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...