adplus-dvertising
frame-decoration

Question

What is the alternative of using finally to close resource?

a.

catch block

b.

autocloseable interface to be implemented

c.

try block

d.

throw Exception

Posted under Java Programming

Answer: (b).autocloseable interface to be implemented

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the alternative of using finally to close resource?