What Is The Alternative Of Using Finally To Close Resource #1308
What is the alternative of using finally to close resource?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Session Management JSP API - AutoCloseable, Closeable & Flushable Interfaces in Java - Quiz No.1.
What is the alternative of using finally to close resource?
catch block
autocloseable interface to be implemented
try block
throw Exception