Which statements about Closeable and AutoCloseable are true? (Choose two.) A. AutoCloseable extends Closeable. B. Closeable extends

Question:

Which statements about Closeable and AutoCloseable are true? (Choose two.)

A. AutoCloseable extends Closeable.

B. Closeable extends AutoCloseable.

C. The close() method in a class that implements AutoCloseable cannot throw an IOException.

D. The close() method in a class that implements Closeable cannot throw an Exception.

E. There is no difference; one was added for backward compatibility.

F. Both have a generic return type.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: