Vidyalelo
Data Structure · Q11

Standard Libraries in Data Structures

Programming · Data Structure · question 11

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
Answer
D.
LinkedHashMap

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board