InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» RIGHT ANSWER is (B) FILL() The EXPLANATION is: None. |
|