InterviewSolution
Saved Bookmarks
| 1. |
How To Make A Collection Thread Safe? |
|
Answer» USE below methods:
Above methods take COLLECTION as parameter and RETURN same type of collection which are synchronized and THREAD safe. Use below methods: Above methods take collection as parameter and return same type of collection which are synchronized and thread safe. |
|