Q15
In the Java Collections Framework, which class allows you to create a synchronized (thread-safe) collection?
A.
`ArrayList`
B.
`HashMap`
C.
`Collections`
AnswerD.
`HashSet`
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board