I use Java where we only have packages. I know there are other programming languages that also include modules.
What\'s the difference?
A package is more akin to a C++ namespace than a module. A module is more akin to an enclosing class than to a package.