public class Test { protected String data = "O"; protected Test() { } protected static String testStatic() { return "K"; } }