Similar Collections


This collection contains the solved programs on Java LinkedList, practice these programs to learn the concept of Java LinkedList class. These programs contain the solved code, explanation, and output used in the Java LinkedList programs.

questions

Title
Java program to create a simple linked list using LinkedList collection class
Java program to remove an item from LinkedList collection
Java program to add an item into LinkedList collection on the specified index
Java program to add LinkedList collection into another LinkedList collection on the specified index
Java program to add LinkedList collection into another LinkedList collection in the end
Java program to insert an element at the beginning of the LinkedList collection
Java program to insert an element at the end of the LinkedList collection
Java program to remove all items from LinkedList collection
Java program to check whether an item exists in the LinkedList collection or not
Java program to get the first element from the LinkedList without removing it
Java program to get the items from LinkedList collection using the index
Java program to get the first item from LinkedList collection using getFirst()
Java program to get the last item from LinkedList collection using getLast()
Java program to get the index of the first occurrence of the specified item from LinkedList collection
Java program to get the index of the last occurrence of the item from LinkedList collection
Java program to iterate linked list elements from the specified position
Java program to store different types of items in the linked list
Java program to add an item to the tail of LinkedList
Java program to add an item at the front of LinkedList
Java program to insert an item at the last of LinkedList using the offerLast() method
total questions: 33

Questions

33

Views

416

Best Answers

299

Points

5