Considering this code, can I be absolutely sure that the finally block always executes, no matter what something() is? try { something(); return success; } catch (Exception e) {...
  • April 10, 2022
  • 0 Comments
I don’t see an array anywhere in your code, so that’s maybe why the try block isn’t catching anything (I assume there is an array in one of the...
  • April 4, 2022
  • 0 Comments