InterviewSolution
Saved Bookmarks
| 1. |
Which of this method is used to change an element in a LinkedList Object?(a) change()(b) set()(c) redo()(d) add()This question was posed to me in an internship interview.This intriguing question comes from Java.util in portion java.util – The Collections Framework of Java |
|
Answer» The CORRECT answer is (b) set() |
|