Q58
Which among the following is the correct way to find out the number of elements currently present in an ArrayListCollection called arr?
A.
arr.Capacity
B.
arr.Count
AnswerC.
arr.MaxIndex
D.
arr.UpperBound
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board