InterviewSolution
Saved Bookmarks
| 1. |
_____________ will skip the nodes given in the config with the same exit transition as before.(a) ActionMega handler(b) Action handler(c) Data handler(d) None of the mentioned |
|
Answer» The correct answer is (b) Action handler Best explanation: Currently there is no way to remove an existing configuration but only override by passing a different value in the input configuration. |
|