Given: (Exhibit) What must be added in line 1 to compile this class?
Given:What must be added in line 1 to compile this class? A. catch(FileNotFoundException | IOException e) { } B. catch(IndexOutOfBoundsException e) { }catch(FileNotFoundException e) { } C. catch(FileNotFoundException e) { }catch(IndexOutOfBoundsException e) { } D. catch(IOException e) { } E. catch(FileNotFoundException | IndexOutOfBoundsException e) { } Correct Answer: D