This class is in the same package as Protected above.
If this compiles, it means that "protected" DOES allow access to
other classes in the same package (and it does, on JDK1.1.x).
Note that JDK1.0 had "private protected" for this purpose, but
JDK1.1 does not. |