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:
About listing of the process
how to write a .c program in unix ,like I want to list the process information when I give the process id. 2010-04-07, 4422👍, 0💬
How to reload the current page
How to reload the current page window.location.reload(true); 2011-06-14, 4386👍, 0💬
What is negative infinity?
What is negative infinity? It’s a number in JavaScript, derived by dividing negative number by zero. 2010-08-10, 4381👍, 0💬
What does "1"+2+4 evaluate to?
What does "1"+2+4 evaluate to? Since "1" is a string, everything is a string, so the result is a string of "124". 2010-09-28, 4356👍, 0💬
In the H file you see the following declaration
In the H file you see the following declaration: class Foo { void Bar( void ) const ; }; Tell me all you know about the Bar() function. 2012-05-14, 4275👍, 0💬
Popular Posts:
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
.NET INTERVIEW QUESTIONS - Where do you specify session state mode in ASP.NET ? The following code e...
What is the FP per day in your current company?
What are urlencode() and urldecode() functions in PHP? string urlencode(str) - Returns the URL encod...