Which three statements are true about managed bean usage within task flows?

Which three statements are true about managed bean usage within task flows?

Which three statements are true about managed bean usage within task flows?

A.
A managed bean can be used within a task flow router activity to evaluate a navigation case.

B.
You must explicitly instantiate a managed bean before using it.

C.
Managed beans are only available in bounded task flows.

D.
Common task flow actions can be placed in a managed bean within a task flow template.

E.
A task flow parameter can reference a managed bean.

F.
A managed bean always remains in scope while the task flow within which it is used is active.

Explanation:
http://prasanna-adf.blogspot.com/2008/02/managed-bean.html



Leave a Reply 6

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


rodricks

rodricks

it should be D E F

bogdan

bogdan

A is correct. For example router expression can contain EL which references managed beans.

F is incorrect. The answer will depend on managed bean’s scope.

Jithin Kuriakose

Jithin Kuriakose

A D E is correct….F is completely wrong…

allansantos

allansantos

F is wrong, A, D and E.