Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Expression Evaluation
What is the value of this expression? +1-2*3/4 -0.5 2006-09-01, 7097👍, 0💬
If cookies are not enabled at browser end does form Authentication work
If cookies are not enabled at browser end does form Authentication work? No, it does not work. 2007-10-24, 7046👍, 0💬
How do we assign page specific attributes
How do we assign page specific attributes ? Page attributes are specified using the @Page directive. 2018-01-23, 7006👍, 1💬
From performance point of view how do they rate
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and finally datagrid. 2007-10-24, 6988👍, 0💬
Can we have shared events
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shared events. 2007-10-23, 6968👍, 0💬
What is Multi-tasking ?
.NET INTERVIEW QUESTIONS - What is Multi-tasking ? It’s a feature of modern operating systems with which we can run multiple programs at same time example Word, Excel etc. 2009-10-27, 6948👍, 0💬
Popular Posts:
What is the difference between strings and character arrays? A major difference is: string will have...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...
What does XmlValidatingReader class do? XmlTextReader class does not validate the contents of an XML...
What are the different storage classes in C? C has three types of storage: automatic, static and all...