Solved

Which of the Following Statements About the LinkedList Class Is

Question 19

Multiple Choice

Which of the following statements about the LinkedList class is correct?


A) When you use the add method, the new element is inserted before the iterator, and the iterator position is advanced by one position.
B) When you use the add method, the new element is inserted after the iterator, and the iterator position is advanced by one position.
C) When you use the add method, the new element is inserted before the iterator, and the iterator position is not moved
D) When you use the add method, the new element is inserted after the iterator, and the iterator position is not moved.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions