Question:What does the addItem() method of the ArrayCollection class do?
A It adds an item at the beginning of the collection.
B It adds an item at the end of the collection.
C It removes an item from the beginning of the collection.
D It removes an item from the end of the collection.
+ AnswerB
+ Report