Hi All,
I am debugging some java code, and have noticed that the finally block is not being executed.
As far as I am aware, in a try-catch-finally declaration, the finally part should always be run.
Is this the case?
And if so, does anybody have any idea why this block of code is being skipped over?
Kind regards,
Caroline
I am debugging some java code, and have noticed that the finally block is not being executed.
As far as I am aware, in a try-catch-finally declaration, the finally part should always be run.
Is this the case?
And if so, does anybody have any idea why this block of code is being skipped over?
Kind regards,
Caroline