Feedback
Linked Lists in Java
Linked Lists in Java Java Development tutorial
Tutorial Description
The java.util package provides a linked list class. A linked list is a structure where you have a bunch of nodes that contain pointers to the next item in the list. When you take a data structures class you use a Node class to implement this structure.
RATE:  
View Tutorial Report Broken Link