IntroductionWhen we get a chance to work on a small project, we intend to put all java files into one single directory. It is quick, easy and harmless. However if our small project gets bigger, and the number of files is increasing, putting all these files into the same directory would be a nightmare for us. In java we can avoid this sort of problem by using Packages.Packages are nothing more than the way we organize files into different...