java.util包下,所以得导包
ArrayList<E>:
底层是可调大小的数组
<E>是一种特殊的数据类型,泛型
例如:
ArrayList<String>
ArrayList<Student>