Page 1 of 1

What is the alternative of using finally to close resource?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) catch block
b) autocloseable interface to be implemented
c) try block
d) throw Exception