Which among the following is the correct way to find out the number of elements currently present in an ArrayListCollect
Posted: Wed Jul 13, 2022 7:57 pm
a) arr.Capacity
b) arr.Count
c) arr.MaxIndex
d) arr.UpperBound
b) arr.Count
c) arr.MaxIndex
d) arr.UpperBound