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:
Manual Testing
Can you design test cases based only of flow diagrams? No BRS/SRS is provided. 2008-03-18, 5679👍, 0💬
JComponent and Component
Why does JComponent have add() and remove() methods but Component does not? Because JComponent is a subclass of Container, and can contain other components and jcomponents. 2007-04-03, 5661👍, 0💬
Popular Posts:
What is difference between Association, Aggregation and Inheritance relationships? In object oriente...
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
What is Concern in AOP? gA concern is a particular goal, concept, or area of interesth There are m...
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
What is the version information in XML? “version” tag shows which version of XML is used.