LinkedList<String> ll = new LinkedList(); // Adding elements to LinkedList // using add() method ll.add("Geeks"); ll.add("For"); ll.add("Geeks");