Q29
In Java, which method is used to obtain a synchronized (thread-safe) map from an existing map in the Java Collections Framework?
A.
`makeSynchronizedMap()`
B.
`synchronized()`
C.
`Collections.synchronizedMap()`
AnswerD.
`synchronizeMap()`
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board