InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Stop And Fail? |
|
Answer» Stop: STOPS a PARTICULAR path in the flow, WITHOUT generating an exception. Fail: GENERATES a failure in the flow. Stop: Stops a particular path in the flow, without generating an exception. Fail: Generates a failure in the flow. |
|