Books Related to Java Technology

Saturday, December 27, 2008

What is a Package?

A package is a namespace for organizing classes and interfaces in a logical manner. Placing your code into packages makes large software projects easier to manage. The Java platform provides an enormous class library (a set of packages) suitable for use in your own applications. This library is known as the "Application Programming Interface(API) ". Its packages represent the tasks most commonly associated with general-purpose programming.

No comments:

Post a Comment