Tuesday, November 29, 2011

What is a Java package and how is it used?

A Java package is a naming context for classes and interfaces. A package is used tocreate a separate namespace for groups of classes and interfaces. Packages are also
Category:Java Interview Questions

No comments:

Post a Comment