Collection
41. Explain important methods of LinkedList? Method Description boolean add( Object o) It is used to append the specified element to the end of the LinkedList. boolean contains(Object o) It a method that returns true if this list contains the specified element. void add (int index, Object element) Inserts the element at the specified element […]