Choose three characteristics of action listeners.
A.
They do not return a value.
B.
They are used for controlling the UI, modifying values, or navigation
C.
They are executed last in the execution order.
D.
They are triggered by a change in the value of a component.
E.
They execute in the Invoke Application phase of the life cycle.
F.
They return a String outcome.
G.
They execute after value change listeners.
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31973/af_lifecycle.htm (Topic 4.3)
Answers: AEG
They do not return a value.
They execute in the Invoke Application phase of the life cycle.
They execute after value change listeners.
Explanation:
Reference: http://docs.oracle.com/cd/E12839_01/web.1111/b31973/af_lifecycle.htm (Topic 4.3)
A, E and G indeed.