Practice modeFree teaserOracle · Oracle Certified Professional: Java SE 17 Developer (1Z0-829) — Practice Exam 3· Q1/10
What is printed? try { int[] a = new int[2]; System.out.print(a[5]); } catch (ArrayIndexOutOfBoundsException e) { System.out.print("AIOOBE"); }
Pick an option to reveal the answer.
