Is there any way to skip Finally block of exception even if some exception occurs in the exception block?

By drakula david in 22 Sep 2023 | 11:26 am
drakula david

drakula david

Student
Posts: 128
Member since: 22 Sep 2023

Is there any way to skip Finally block of exception even if some exception occurs in the exception block?

22 Sep 2023 | 11:26 am
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

- There is no direct way to skip a `finally` block even if an exception occurs in the `catch` block. The `finally` block is executed for cleanup regardless of exceptions.

23 Sep 2023 | 04:33 pm
0 Likes

Report

Please describe about the report short and clearly.