What is arraylist class in c#?



What is arraylist class in c#?..

Answer / Navneet Kumar Singh

The ArrayList class in C# is similar to the ArrayList class in Java, providing a dynamic array that can resize itself as elements are added or removed. However, it's not recommended to use ArrayList in .NET due to performance issues and lack of type safety.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records

1 Answers   DELL,


What is the components of window?

1 Answers  


Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com.

1 Answers  


What are delegates?

1 Answers   TCS,


What is the difference between delegates and superdelegates?

1 Answers  


How many dimensions can an array have?

1 Answers  


Is c# 8 released?

1 Answers  


What is out in c#?

1 Answers  


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

1 Answers  


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

1 Answers  


what is an internal specifier? what happens internally when I use access specifier Internal ?

4 Answers   rsystems,


What is the reason behind the invention of c#?

1 Answers  


Categories