A.ListIterator和Iterator都沒有hasNext()和next()方法 B.ListIterator有add()方法,可以向List中添加對象,而Iterator不能 C.兩者沒有區(qū)別 D.ListIterator和Iterator都沒有刪除的方法
A.ArrayList B.LinkedList C.HashMap D.TreeMap