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:
Iterator Interface
Is Iterator a Class or Interface? What is its use? Iterator is an interface which is used to step through the elements of a Collection. 2007-03-03, 5891👍, 0💬
When we use windows API in .NET is it managed or unmanaged code ?
.NET INTERVIEW QUESTIONS - When we use windows API in .NET is it managed or unmanaged code ? Windows API in .NET is unmanaged code. 2010-01-12, 5833👍, 0💬
Popular Posts:
What is XSLT? XSLT is a rule based language used to transform XML documents in to other file formats...
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...
it will be very helpful if you send some important Questions with Answers of DBMS Tell us what types...
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...