Considering this code, can I be absolutely sure that the finally block always executes, no matter what something() is? try { something(); return ...
-
April 10, 2022
- 0 Comments