找考题网-背景图
单项选择题

下列关于LinkedList和Vector的描述错误的是()

A.LinkedList增删块
B.Vector是线程同步的
C.Vector在效率层面上要高于ArrayList
D.LinkedList底层的实现是双向链表