adspace
What is the difference between array and arraylist c#?
Answer Posted / Ajay Kumar Bhartiya
Array is a fixed-size collection of elements of the same data type that are stored in contiguous memory locations, while ArrayList is a dynamic array that can resize itself as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers