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:
Latest Versions of Qualitycenter, QTP, LoadRunner
what are that latest versions of Qualitycenter, QTP, Winrunner and LoadRunner
✍: Guest
2008-07-14, 6127👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
What is Shell scripting A shell script is a script written for the shell, or command line interprete...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...