InterviewSolution
Saved Bookmarks
| 1. |
Which class provides thread safe implementation of List?(a) ArrayList(b) CopyOnWriteArrayList(c) HashList(d) ListThis question was posed to me in an international level competition.I'm obligated to ask this question of Data Structures-List topic in section java.util – The Collections Framework of Java |
|
Answer» Correct CHOICE is (b) COPYONWRITEARRAYLIST |
|