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 layout manager?
What is a layout manager? A layout manager is an object that is used to organize components in a container. 2013-01-16, 2350👍, 0💬
How can a dead thread be restarted?
How can a dead thread be restarted? A dead thread cannot be restarted. 2013-01-15, 2353👍, 0💬
What interface is extended by AWT event listeners?
What interface is extended by AWT event listeners? All AWT event listeners extend the java.util.EventListener interface. 2013-01-14, 2267👍, 0💬
What is a compilation unit?
What is a compilation unit? A compilation unit is a Java source code file. 2013-01-11, 2131👍, 0💬
Which package is always imported by default?
Which package is always imported by default? The java.lang package is always imported by default. 2013-01-09, 2263👍, 0💬
What happens when you add a double value to a String?
What happens when you add a double value to a String? The result is a String object. 2013-01-08, 2243👍, 0💬
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, 2236👍, 0💬
Are true and false keywords?
Are true and false keywords? The values true and false are not keywords. 2013-01-04, 2219👍, 0💬
What are E and PI?
What are E and PI? E is the base of the natural logarithm and PI is mathematical value pi. 2013-01-04, 2317👍, 0💬
What is the Set interface?
What is the Set interface? The Set interface provides methods for accessing the elements of a finite mathematical set. Sets do not allow duplicate elements. 2013-01-03, 2319👍, 0💬
What an I/O filter?
What an I/O filter? An I/O filter is an object that reads from one stream and writes to another, usually altering the data in some way as it is passed from one stream to another. 2013-01-02, 2319👍, 0💬
How are the elements of a GridLayout organized?
How are the elements of a GridLayout organized? The elements of a GridBad layout are of equal size and are laid out using the squares of a grid. 2013-01-01, 2249👍, 0💬
Popular Posts:
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...
What are the different elements in Functions points? The different elements in function points are a...
The object that contains all the properties and methods for every ASP.NET page, that is built is .. ...
How To Return the Second 5 Rows? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqueries If yo...
How To Get the Minimum or Maximum Value of an Array? - PHP Script Tips - PHP Built-in Functions for ...