Access modifiers

Keyword Description
private Available within the curent class.
public Available to classes in all packages.
protected Available to classes in the same pageage and the subclasses.
no keyword Available to classes in the same package.