InterviewSolution
Saved Bookmarks
| 1. |
Which of these method is used to make a bit zero specified by the index?(a) put()(b) set()(c) remove()(d) clear()The question was posed to me in homework.I want to ask this question from Java.util topic in chapter java.util – The Collections Framework of Java |
|
Answer» CORRECT ANSWER is (d) CLEAR() For EXPLANATION: NONE. |
|