InterviewSolution
Saved Bookmarks
| 1. |
Which of these method is used to add an element to the start of a LinkedList object?(a) add()(b) first()(c) AddFirst()(d) addFirst() |
|
Answer» The correct choice is (d) addFirst() To elaborate: None. |
|