class Client1{ public static void main(String[] args) { Service service = new Service() { public void foo() { } }; } }