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