1 package test5; 2 3 public class InnerModifier { 4 protected class NonStatic {} 5 static class Static {} 6 } 7