

MCQOPTIONS
Saved Bookmarks
1. |
What is the alternate of using finally to close resource? |
A. | catch block |
B. | autocloseable interface to be implemented |
C. | try block |
D. | throw Exception |
Answer» C. try block | |