HI,
What is a Java package and how is it used?
thanks,
Hi,
In Java, package is a group of associated types of classes and interfaces that offers access protection and name space management to use those classes and interfaces. Packaging is used to organize classes that belong to the same files or providing similar functionality.
For related to Java Package read this articles link:
http://www.roseindia.net/java/master-java/java-package.shtml
Thanks,
Ads