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

Options

A : arr.Count

B : arr.GrowSize

C : arr.MaxIndex

D : arr.Capacity

Click to view Correct Answer

Previous || Next

Collection Classes - General Questions more questions

A HashTable t maintains a collection of names of states....

Which of the following is the correct way to access....

Which of the following is NOT an interface declared in....

Suppose value of the Capacity property of ArrayList Collection is....

Which of the following is an ordered collection class?

Which of the following statements are correct about a HashTable....

Which of the following is the correct way to access....

Which of the following statements is correct?

Which of the following statements is correct about the C#.NET....

Which of the following ways to create an object of....

Attributes - General Questions more Online Exam Quiz

Strings - General Questions

Attributes - General Questions

Classes and Objects - General Questions

Constructors - General Questions

Datatypes - General Questions

Delegates - General Questions

.NET Framework - General Questions

Enumerations - General Questions