1.

Which Of These Methods Can Be Used To Delete The Last Element In A Linkedlist Object?

Answer»

removeLast() and removeFirst() METHODS are used to remove elements in END and BEGINNING of a linked LIST.

removeLast() and removeFirst() methods are used to remove elements in end and beginning of a linked list.



Discussion

No Comment Found

Related InterviewSolutions