0 votes
in C Sharp by
What is ArrayList?

1 Answer

0 votes
by

ArrayList is a dynamic array. You can add and remove the elements from an ArrayList at runtime. In the ArrayList, elements are not automatically sorted.

Related questions

+1 vote
asked Apr 9, 2021 in JAVA by Robindeniel
0 votes
asked Jan 27, 2020 in JAVA by rahuljain1
...