Which of these methods sets every element of a List to a specified object?
(a) set()
(b) fill()
(c) Complete()
(d) add()
I got this question in homework.
This intriguing question comes from Collection Algorithms topic in division java.util – The Collections Framework of Java