Package (computer science)
From Wikipedia, the free encyclopedia
A package is a collection or grouping of related classes or of classes with related functionality.
An example of a package is the java.io package which contains or groups together all the classes in the Java programming language that aid input and output of data/information, for instance the buffered reader class, which is basically used to accept user input from the keyboard, in the Java programming environment.