public class funNestedStaticClass { public static class Inner { protected static String protectedFun() { return "OK"; } } }