1.

Explain the advantages of Packages in Java?

Answer»

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


Discussion

No Comment Found