Can we call static method via a temp variable ?
There is a Class AA
class AA { static void test() { } } class Main { public static void