You are allowed to include more than one catch block in your
program; however, it is not possible to execute them in one go. Whenever, an
exception occurs in your program, the correct catch block is executed and the
control goes to the finally block.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
You are allowed to include more than one catch block in your program; however, it is not possible to execute them in one go. Whenever, an exception occurs in your program, the correct catch block is executed and the control goes to the finally block.