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. | arr.Count |
| B. | arr.GrowSize |
| C. | arr.MaxIndex |
| D. | arr.Capacity |
| Answer» B. arr.GrowSize | |