public class TestClass { public static void main(String[] args) { test(); } public static void test() { getCaller(); } public static void getCaller() { StackTraceElement stack[] = (new Throwable()).ge
0755-82283279