1.

Which Method Is Used To Change An Element In A Linkedlist Object?

Answer»

An ELEMENT in a LINKEDLIST object can be changed by first USING get() to obtain the index or location of that object and the passing that location to method set() along with its new value.

An element in a LinkedList object can be changed by first using get() to obtain the index or location of that object and the passing that location to method set() along with its new value.



Discussion

No Comment Found

Related InterviewSolutions