单项选择题

A.ListIterator和Iterator都没有hasNext()和next()方法
B.ListIterator有add()方法,可以向List中添加对象,而Iterator不能
C.两者没有区别
D.ListIterator和Iterator都没有删除的方法