In a computer terminology, package is a collection of the related files in the same directory. Package avoids naming conflicts between the files and make possible to use them in an easier way.
In the same manner, Java package is a group of related types classes and interfaces, which provides access protection and name space management to use those classes and interfaces in a particular Java program. These packages can be stored in compressed files called JAR files that allow you to download the classes faster as a group rather than one at a time.
To know more about Java packages click on this link
http:/www.roseindia.net/java/master-java/java-package.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java Package
Post your Comment