package invokevirtual; public class AA { public static String callfoo() { BB b = new BB(); return b.foo(); } }