Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (9.5k points)

In JDK implementation of LinkedList, it has a Node inner class that points to the address of the next and previous nodes. Can anyone tell me if LinkedList is a doubly-linked list in Java and how to implement it? 

1 Answer

0 votes
by (19.7k points)

As per Javadoc yes, LinkedList is a doubly-linked list. 

Interested in Java? Check out this Java Certification by Intellipaat.    

Related questions

0 votes
1 answer
asked May 4, 2021 in Java by sheela_singh (9.5k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...