For interface members (fields and methods), the default access is public. But note that the interface declaration itself defaults to package private .
For interface members (fields and methods), the default access is public. But note that the interface declaration itself defaults to package private .