单项选择题

关于List集合的遍历方式下列哪种是错误的()

A.Iterator迭代器实现
B.get()和size()方法结合实现
C.增强for循环实现
D.get()和length()方法结合实现