0 votes
in JAVA by
LinkedList in Java is doubly or singly linked list?

1 Answer

0 votes
by

It's a doubly linked list, you can check the code in JDK. In Eclipse, you can use the shortcut, Ctrl + T to directly open this class in Editor.

Related questions

0 votes
asked Nov 14, 2020 in JAVA by rajeshsharma
0 votes
asked May 25, 2020 in JAVA by Robindeniel
...