I understand that an interface is by default public and abstract that the keywords "public" and "abstract" not need be mentioned in an interface declaration. If the word "public" is not specified, that does this mean that the interface's access modifier is assumed "default"; mea ning no interfaces outside the package can EXTEND this interface or no class can implement this interface.
if so, that is one dangerous assumption not to include the word public in the interface declaration.
thanks
if so, that is one dangerous assumption not to include the word public in the interface declaration.
thanks