Explain the advantages of Packages in Java?
Following are the advantages:
- Allow you to define packages for bundling a group of classes or interfaces.
- No name conflicts with other package names.
- Packages make access control easier
- Packages make access control easier
BY Best Interview Question ON 13 Jan 2019