given the question below , I would choose B is the only answer, but I am not sure if I am right in this case.
Anybody please clarify this.
thanx
9)
Given that a java.io.IOException might occur when calling the read() method of the BufferedInputStream, you can handle the exception by:
a) Catch a java.io.EOFException using a try/catch clause.
b) Catch a java.lang.Exception using a try/catch clause.
c) Listing a java.io.EOFException in a throws list.
d) Catch the java.lang.Exception using the throw statement