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:
What is a Java package and how is it used?
What is a Java package and how is it used?
✍: Guest
A Java package is a naming context for classes and interfaces. A package is used to create a separate name space for groups of classes and interfaces. Packages are also used to organize related classes and interfaces into a single API unit and to control accessibility to these classes and interfaces.
2012-08-08, 2649👍, 0💬
Popular Posts:
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
How To Create an Add-to-Netvibes Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...