At conceptual level (not strictly related to Java):

A linked list is a data structure composed by N nodes where each node has a "pointer" to the next node (the last node has a "null" next). So...