package invokestatic; public class A2 { public static String helper() { return "world"; } public static String run() { return helper(); } }