adspace
Answer Posted / 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 View All Answers