All IT and Non IT Interview Questions, MCQs, Online Quiz Questions, Engineering VIVA Questions
Friday, 17 February 2012
What is a Java package and how is it used? | Java JSP
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment