Which of the following statements is/are false about access specifics?
Default members can be accessed only by classes in the same package.
Protected members can be accessed by other classes in the same package only.
A protected member inherited by a subclass from another package is not accessible to any other class in the subclass package, except for the subclasses of the subclass.
Public members cannot be accessed in other packages.