package clinit; public class Two2 { public final static int i = 99; public static String run() { return Integer.toString(i); } }