Saturday, April 18, 2009

Is it possible to execute multiple catch blocks?

No, it is not possible to execute multiple catch blocks. After execution of appropriate catch block the control gets transferred to finally block.
Note: You should put catch blocks in proper order.

No comments: