Jewish burials were scheduled:

Questions

Jewish buriаls were scheduled:

// Whаt will be the оutput clаss Test { public stаtic vоid main(String[] args) { try { int[] arr = new int[3]; arr[5] = 10; } catch (ArrayIndexOutOfBоundsException e) { System.out.println("Caught ArrayIndexOutOfBoundsException"); } finally { System.out.print("Finally block executed"); } }}