Which data structure does Java's LinkedList internally use?

Last Updated :
Discuss
Comments

Which data structure does Java's LinkedList internally use?

Dynamic Array

Doubly Linked List

Circular Linked List


Single Linked List

Share your thoughts in the comments