Sail E0 Webinar
Question
Which of these method is used to change an element in a LinkedList Object?
Options:
A .  change()
B .  set()
C .  redo()
D .  add()
Answer: Option C


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.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers