I have 2 static classes as below
class A{ static void show(){ B.update() } } class B{ static void update(){ printSomething() }