package invokestatic; public class A { public static String run() { return "hello"; } }