What is the alternative of using finally to close resource?
Posted: Wed Jul 13, 2022 7:50 pm
a) catch block
b) autocloseable interface to be implemented
c) try block
d) throw Exception
b) autocloseable interface to be implemented
c) try block
d) throw Exception