Which of the following statements is correct?
A) public void read(String filename) throws IOException, ClassNotFoundException
B) public void read(String filename) throw IOException, ClassNotFoundException
C) public void read(String filename) throw (IOException, ClassNotFoundException)
D) public void read(String filename) throws IOException, throws ClassNotFoundException