return form within try block

  • Thread starter Thread starter Marek
  • Start date Start date
M

Marek

Hi,

Suppose return statememnt is placed within try {...} block. Is finally block
executed before exiting the method?

Thanks,
Marek
 
Marek said:
Suppose return statememnt is placed within try {...} block. Is finally block
executed before exiting the method?

Hi Marek,

As you can see in single-step-debug-mode: yes.

Cheers

Arne Janning
 
Back
Top