CBSE BOARD XII, asked by raj04540, 1 year ago

Select the incorrect statement.

A. An exception generated inside a block will be handled by the Recover Stage in the same block

B. Without Blocks, any extra Recover Stages on a page will be superfluous

C. One recover Stage can handle all exceptions on a page

D. Blocks can overlap as well as nested.

Answers

Answered by ajeshrai
7
Blocks can overlap as well as nested........
Answered by Jasleen0599
0

Option d) Blocks can overlap as well as nested.

  • Blocks should not overlap and cannot be nested.
  • Any blue prism solution must have exception handling as a crucial component. An issue that develops while a process or object is being used is referred to as an exception.
  • Recover1 catches the exception from Calc1 because Recover will assume responsibility for any exception that arises from inside a block while it is present.
  • Your Exception1 gets captured at Recover2 because a Recover that is not inside a block is responsible for exceptions arriving from anywhere else on the page. When you return to Calc1 and this exception is not neutralised (Resumed), a new exception enters the picture. The golden rule is to refrain from having more than one exception at a time, therefore this is likely the source of your issue.

#SPJ2

Similar questions