The mechanism of organizing similar set of classes and interfaces to a namespace is called as packaging in Java. Packages are useful to avoid naming conflicts and also to locate classes very easily. Java.lang, Java.Net are some examples of packages in Java
|