What is the scope of a new variable created using the setVariable method in a JavaDelegate? Choose 1 answer.
The scope of the variable will be the one of the object instance.
The scope of the variable will be local to the java class method.
The scope ofthe variablewillbe global to the process
The scope of the variable will be local to the task.
Submit