Array Vs ArrayList

Difference between Array & ArrayList

Basic Diffrences:
1: Array are fixed sized but we can change the size of array list dynamically.
2: Array are strongly types but array list is not strongly typed.

1 comment: