Write a program to demonstrate the catching of all exceptions.

a) Write a program to demonstrate the catching of all exceptions. What happens when a
raised exception is not caught by catch-block (in the absence of catching all exceptions
block)?


Leave a Reply