1: package test; 2: 3: public class OverridePrivateMethod extends SecurityManager { 4: 5: public OverridePrivateMethod() { 6: } 7: 8: }