1.

Is It Possible To Have A Finally Block Without Catch?

Answer»

YES we can have a try-finally BLOCK, CATCH is OPTIONAL. We can have these COMBINATIONS try-catch-finally, try-catch, try-finally.

Yes we can have a try-finally block, catch is optional. We can have these combinations try-catch-finally, try-catch, try-finally.



Discussion

No Comment Found