1.

State a few advantages of Java Packages.

Answer»

A few advantages of Java PACKAGES are as follows:

  • Name collisions are AVOIDED by using packages.
  • It is a lot easier to find the classes that are linked.
  • The packages make it easier to MANAGE access.
  • We can ALSO have hidden classes that are not accessible outside of the package but are used by it.


Discussion

No Comment Found