Each try block requires atleast one catch block or finally block.
A try block without catch or finally, will result in compiler error.
We can skip either of catch or finally block but not both.
Each try block requires atleast one catch block or finally block.
A try block without catch or finally, will result in compiler error.
We can skip either of catch or finally block but not both.
by
Tags:
Leave a Reply