What happens if a try-catch-finally statement does not have a catch clause tohandle anexception that is thrown within the body of the try statement

The exception propagates up to the next higher level try-catch statement (if any) orresults in the program'stermination.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions