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 a void return type?
What is a void return type? A void return type indicates that a method does not return a value. 2013-01-07, 2308👍, 0💬
What is the purpose of a statement block?
What is the purpose of a statement block? A statement block is used to organize a sequence of statements as a single statement group. 2013-01-24, 2305👍, 0💬
What type of code (server or client) is found in a Code-Behind class?
What type of code (server or client) is found in a Code-Behind class? C# 2014-01-16, 2301👍, 0💬
What is the List interface?
What is the List interface? The List interface provides support for ordered collections of objects. 2013-04-02, 2301👍, 0💬
Are true and false keywords?
Are true and false keywords? The values true and false are not keywords. 2013-01-04, 2301👍, 0💬
What is the Map interface?
What is the Map interface? The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values. 2012-11-26, 2295👍, 0💬
Popular Posts:
What does a special set of tags <?= and ?> do in a PHP script page? <?= express...
How can I include comments in HTML? An HTML comment begins with "<!--", ends with "-->...
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...