package invokestatic; public class B2 { private static String somemethod() { return "goodbye"; } public String run() { return somemethod(); } }