1 2 3 4 5 6 7 8
package test1; public class Clinit { public int i = 123; public static int j = 456; public int run() { return j; } }