What three statements are correct about task flow control flows?
A.
A control flow would typically be initiated from a button or link that is being clicked.
B.
A view activity can be the source for many control flow rules.
C.
A Control flow can exist between a view activity and a method call.
D.
The definition of control flows for a page are stored in the page backing bean.
E.
The name of a control flow must match the name of the view activity to which it navigates.
Explanation:
A B C
ACE is right. B is not possible.
“Save point restore, task flow return, and URL view activities cannot be the source of a control flow rule”
REF:
http://docs.oracle.com/cd/E23943_01/web.1111/b31974/taskflows.htm
A B C ist correct. @Soorya: “URL View Activities” != “View Activities”