State the difference between array and array collection?
Answer Posted / Jitendra Kumar Ray
In Adobe Flex, Array is a basic data structure that can store multiple values of the same data type. Array Collection extends Array to support multiple data types and includes additional methods for managing collections such as filtering, sorting, and iteration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers