Computer Science, asked by Ankush2064, 1 year ago

A mule application has two flows named parentflow and childflow. A variable is defined in parentflow. What is the scope of the variable when the parentflow calls childflow using a flow reference? The variable is accessible in childflow but is immutable the variable is accessible in childflow, can be changed, and changes are seen back in parentflow the variable is not accessible in childflow the variable is accessible in childflow, can be changed, but changes are not seen back in parentflow

Answers

Answered by p2012khamankar
0

Answer:

A

Explanation:

Mule application has two flows

Similar questions