1.

List some of the benefits of Java Packages.

Answer»

The following are some of the BENEFITS of Java Packages:

  • Using packages prevents NAME collisions in Java.
  • It is a LOT easier to LOCATE the connected classes using packages.
  • The packages MAKE it easier to keep track of who has access to what information.
  • Hidden classes are classes that are not visible outside of the package but are used by it.


Discussion

No Comment Found