+ 1
Exception handling
Why is it that if a try block doesn't have any exception then my try block is executed first and then my finally block. But if I have an exception in my try block then my finally block executes first and then the exception message is shown.
2 ответов
+ 1
~ swim ~ Thank you, got it.