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 job?
What is job? It can be defined as a task performed by a computer system. For example, printing a file is a job. Jobs can be performed by a single program or by a collection of programs. 2014-10-31, 1902👍, 0💬
How do you define the lease of the object?
How do you define the lease of the object? By implementing ILease interface when writing the class code. 2013-11-15, 1900👍, 0💬
What does WSDL stand for?
What does WSDL stand for? Web Services Description Language 2014-02-06, 1899👍, 0💬
What data type does the RangeValidator control support?
What data type does the RangeValidator control support? Integer,String and Date. 2014-03-07, 1895👍, 0💬
What is smart navigation?
What is smart navigation? The cursor position is maintained when the page gets refreshed due to the server side validation and the page gets refreshed. 2014-01-10, 1893👍, 0💬
Popular Posts:
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
How To Define a Data Source Name (DSN) in ODBC Manager? - Oracle DBA FAQ - ODBC Drivers, DSN Configu...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
What is the difference between strings and character arrays? A major difference is: string will have...
What is the difference between delegate and events? ã Actually events use delegates in bottom. But ...