State the difference between Array and Array Collection?

devquora
devquora

Posted On: Jun 26, 2021

 

Difference between array and array collection is as follows:

  • Array Collection is a wrapper class based on Array.
  • Array Collection includes sorting, filtering features apart from Array.
  • Array Collection automatically refreshes/updates the view whenever the change happens in Array Collection.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flex Interview Questions

    State the difference between Item Renderer and Item Editors?

    Difference between item renderer and item editors are as follows; Both are used for the purpose of editing, but item re..

    Flex Interview Questions

    Why is disable auto update method used?

    This method is used as it protects the events that represent changes to the underlying data from being broadcast by the..

    Flex Interview Questions

    What is a View Cursor?

    A cursor is an instrument used for position indicator, it points to any particular item. View cursor is used in order t..