class Test2{ public static void main(String args[]) { try { System.out.print(10/0); } finally { } } }