[] 是针对特定类型固定长度的。

Array 是针对任意类型固定长度的。

List 是针对特定类型任意长度的。

ArrayList 是针对任意类型任意长度的。

相关文章: