Choose three characteristics of action listeners.

Choose three characteristics of action listeners.

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)



Leave a Reply 2

Your email address will not be published. Required fields are marked *


allansantos

allansantos

A, E and G indeed.