
what is package and how its creates,and advantage also.....?

Java what is Package
A package is a namespace that organizes a set of related classes and interfaces.
Advantages:
Advantages of Packages
1)Anyone can easily determine which files are related.
2)Name space collision is minimized.
3)One can allow types in one package to have unrestricted access to one another, still restricting the access for the types outside the package.
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.