I\'m working in linked lists in Java, so I\'m trying to grasp the concept of a single linked list.
head -> 12 -> 34 -> 56 -> null
yes it is just a pointer to the first node