package p1; // protected class, public method class PackageProtectedJava_1 { public static final int protectedMethod() { return 1; } }