

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the correct way to find out the number of elements currently present in an ArrayList Collection called arr? |
A. | <i class="csharp-code">arr.Count</i> |
B. | <i class="csharp-code">arr.GrowSize</i> |
C. | <i class="csharp-code">arr.MaxIndex</i> |
D. | <i class="csharp-code">arr.Capacity</i> |
E. | <i class="csharp-code">arr.UpperBound</i> |
Answer» B. <i class="csharp-code">arr.GrowSize</i> | |