Adobe
9A0-182 · Question #13
What is the effect of the following code snippet: <s:TextInput id="tf1" text="@{tf2.text}"/> <s:TextInput id="tf2"/>
The correct answer is C. The text property of each field is bound to the text property of the other field. See the full explanation below for the reasoning.
Question
What is the effect of the following code snippet:
<s:TextInput id="tf1" text="@{tf2.text}"/> <s:TextInput id="tf2"/>
Options
- AThe text property of tf1 is bound to the text property of tf2
- BThe text property of tf1 is conditionally bound to the text property of tf2
- CThe text property of each field is bound to the text property of the other field
- DThis code is invalid and will generate a compiler error
How the community answered
(24 responses)- A8% (2)
- B17% (4)
- C71% (17)
- D4% (1)
Community Discussion
No community discussion yet for this question.