Home Help Java P Java Package



Java Package
Posted on: November 16, 2009 at 12:00 AM
In a computer terminology, package is a collection of the related files in the same directory.

Java Package

     

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

Related Tags for Java Package:


More Tutorials from this section

Ask Questions?    Discuss: Java Package  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.