In exception handling we have some NOT_FOUND and OTHERS. In inner layer we have some NOT_FOUND and OTHERS. While executing which one whether outer layer or inner layer will check first

Showing Answers 1 - 4 of 4 Answers

vishal

  • May 30th, 2005
 

inner layer. execution carry on furthur without going to outer exception blocks.

  Was this answer useful?  Yes

chinna

  • Jun 29th, 2007
 

Once you got inside the OUTER_LOOP, it comes out only after the NOTFOUND statement.

So OUTER_LOOP will be valuated first.Its similar to ‘C’ language, first OUTER_LOOP will valuated followed by an INNER_LOOP.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions