static void f2() { try { } catch(IndexOutOfRangeException) { Console.Write("B"); } } answer: Console.Write("B");
Caused by: java.lang.NullPointerException: Location is required.