Q11
Which Java class is used to create a thread-safe map that is part of the Java Collections Framework?
A.
HashMap
B.
TreeMap
C.
ConcurrentHashMap
AnswerD.
LinkedHashMap
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board