If a class is declared without any access modifiers, where may the class beaccessed

A class that is declared without any access modifiers is said to have package access. Thismeans that theclass can only be accessed by other classes and interfaces that are defined within thesame package.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions