I need to access elements from linked list in java program.
What packages should I import.
I need the output as:
List: Java, Javascript, Html.
>Solution :
Here we can use the iterator() method to iterate over the elements of a linkedlist. we must import java.util.Iterator package to use this method.
for more reference you can also view the link