Posted by: Pdfprep
Post Date: January 11, 2021
What is the scope of a new variable created using the setVariable method in a JavaDelegate? Choose 1 answer.
A . The scope of the variable will be the one of the object instance.
B . The scope of the variable will be local to the java class method.
C . The scope of the variable will be global to the process
D . The scope of the variable will be local to the task.
Answer: A