package dispatcher; public class StaticmethodCaller { public void run() { System.out.println(Staticmethod.foo("abc")); } }