public class D implements E { private byte f = 1; private long j = 1234; public int af() { return -1; } public int cc() { return 39; } public long dd() { return 99999; } public String nn() { return "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++"; } public Object gg() { return return getClass().getClassLoader(); } public int hh() { return new java.util.Random().nextInt(); } public void bb() { System.out.println(getClass().getName()); } public Object pp() { return this; } }