Interview Question
Qus: What is the use of default and null in sequence flow step.?
Default is when no other conditions are met. Generally used and at the last of the internal sequences.
Null is, when no value is there. Eg: the variable to compare doesn't exist. Someone can suggest more.
Answers (1)
Null is, when no value is there. Eg: the variable to compare doesn't exist. Someone can suggest more.