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:
What is NameSpace?
.NET INTERVIEW QUESTIONS - What is NameSpace?
✍: Guest
Namespace has two basic functionality :-
* NameSpace Logically group types, example System.Web.UI logically groups our UI related features.
* In Object Oriented world many times its possible that programmers will use the same class name.By qualifying NameSpace with classname this collision can be avoided.
2010-03-02, 4354👍, 0💬
Popular Posts:
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...
How can we format data inside DataGrid? Use the DataFormatString property.
How To Enter a New Row into a Table Interactively? - Oracle DBA FAQ - Introduction to Oracle SQL Dev...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
How can I check for HTML errors? HTML validators check HTML documents against a formal definition of...