adplus-dvertising
frame-decoration

Question

Which of the following statements are correct about the Collection Classes available in Framework Class Library?

a.

Elements of a collection cannot be transmitted over a network.

b.

Elements stored in a collection can be retrieved but cannot be modified.

c.

It is not easy to adopt the existing Collection classes for newtype of objects.

d.

They use efficient algorithms to manage the collection, thereby improving the performance of the program.

Answer: (d).They use efficient algorithms to manage the collection, thereby improving the performance of the program.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statements are correct about the Collection Classes available in Framework Class Library?

Similar Questions

Discover Related MCQs

Q. Which among the following is not the ordered collection class?

Q. Which among the following is not an interface declared in System.Collection namespace?

Q. Which among the following is the correct way to find out the number of elements currently present in an ArrayListCollection called arr?

Q. Which is the correct statement about an ArrayList collection that implements the IEnumerable interface?

Q. Which statements among the following are correct about the Collection Classes available in Framework Class Library?

Q. Among the given collections which one is I/O index based?

Q. Which among the given statements are correct about the Stack collection?

Q. A HashTable t maintains a collection of names of states and capital city of each state.Which among the following finds out whether “New delhi” state is present in the collection or not?

Q. In which of the following collections is the I/O based on a key?

Q. The wrong statements about a HashTable collection are?

Q. Which of these classes contains only floating point functions?

Q. What is the value of double constant ‘E’ defined in Math class?

Q. Which among the given classes provides types of rounding functions?

Q. Which of these methods is a rounding function of Math class?

Q. Which of these method returns a smallest whole number greater than or equal to variable X?

Q. Which of these methods return a largest whole number less than or equal to variable X?

Q. Which of the following functions return absolute value of a variable?