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 OR operator in C# is ...
Bitwise OR operator in C# is ... Bitwise OR operator in C# is * OR * || * | * XOR Answer1: || Answer2: | 2014-03-24, 2017👍, 0💬
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, 2063👍, 0💬
State True or False: C# supports multiple-inheritance: * True or * False?
State True or False: C# supports multiple-inheritance: * True or * False? False 2014-03-21, 2854👍, 0💬
The number of objects in ASP.NET is ...
The number of objects in ASP.NET is ... The number of objects in ASP.NET is * 6 * 7 * 9 * 10 Answer1: 7 Answer2: 10 2014-03-13, 1913👍, 0💬
State True or False: ASP.NET can currently run only on Windows Platform: * True or * False?
State True or False: ASP.NET can currently run only on Windows Platform: * True or * False? True 2014-03-12, 3023👍, 0💬
State True or False: A single .NET dll can contain unlimited classes: * True or * False?
State True or False: A single .NET dll can contain unlimited classes: * True or * False? True 2014-03-12, 2592👍, 0💬
What tool is used to manage the GAC?
What tool is used to manage the GAC? What tool is used to manage the GAC? * GacMgr.exe * GacSvr32.exe * GacUtil.exe * RegSvr.exe GacUtil.exe 2014-03-11, 2672👍, 0💬
What data type does the RangeValidator control support?
What data type does the RangeValidator control support? Integer,String and Date. 2014-03-07, 1889👍, 0💬
Popular Posts:
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
How do you pass control from one JSP page to another? Use the following ways to pass control of a re...
interview.FYIcenter.com offers a collections of interview questions and answers for software and Web...
Can static variables be declared in a header file? You can't declare a static variable without defin...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...