Answer Posted / Vartika Bhatnagar
In Flex, components go through a life cycle that consists of several stages: creation, initialization, update, and destruction. During the creation phase, the component is instantiated; in the initialization phase, the component's properties are initialized; the update phase occurs whenever data changes; and the destruction phase occurs when the component is removed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers