Performance difference between ArrayList and List<object> ?



Hello,

Is there any performance difference between ArrayList and
List<object> ? Which one should I use ?

Thanks.

.


Loading