42.Which of the following is the correct way to find out the number of elements currently present in an ArrayList Collection called arr?

A.arr.Count
B.arr.GrowSize
C.arr.MaxIndex
D.arr.Capacity
E.arr.UpperBound
Answer: Option A