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:
Bitwise AND operator in C# is ...
Bitwise AND operator in C# is ... Bitwise AND operator in C# is * & * && * AND * XAND Answer1: && Answer2: & 2014-03-21, 2187👍, 0💬
The following is a valid statement in ASP.NET<%@ Page Language="C" %>: * True or * False
The following is a valid statement in ASP.NET<%@ Page Language="C" %>: * True or * False False 2014-08-18, 2186👍, 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. 2013-09-30, 2186👍, 0💬
How many classes can a single.NET DLL contain?
How many classes can a single.NET DLL contain? Answer1: As many Answer2: One or more 2014-09-04, 2162👍, 0💬
Popular Posts:
Can one execute dynamic SQL from Forms? Yes, use the FORMS_DDL built-in or call the DBMS_SQL databas...
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
Can you explain the fundamentals of “GetGlobalResourceObject ”and “GetLocalResourceObject” function...
.NET INTERVIEW QUESTIONS - Can we use events with threading ? Yes, you can use events with thread; t...