A Java Bean is a reusable software component that can be visually manipulated in builder tools. It must have a no arguments constructor and provides manipulation of its properties throught get/set methods.
A package is a grouping of related classes, which may contain zero or more classes, and also zero or more sub-packages. Every class belongs to either an unnamed package or a package that has a hierarchical and globally unique name.
Cheers
Martyn
|