Page 1 of 1

What is the difference between AutoCloseable and Closeable?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Closeable is an interface and AutoCloseable is a concrete class
b) Closeable throws IOException; AutoCloseable throws Exception
c) Closeable is a concept; AutoCloseable is an implementation
d) Closeable throws Exception; AutoCloseable throws IOException