Wednesday, May 14, 2008

Usage of packages in Java


Packages in Java are the way to organize files when a project has many modules. One important benefit of such an organization of files in different modules is that it helps resolving naming conflicts i.e., different packages may have classes with the same name. Obviously this is not possible if we don’t have the concept of packages. In that we need to find different names for all the classes, which may not be desirable in every case. Plus, packages improve making the application more modular.



Share/Save/Bookmark


No comments: