Examveda

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()`

D. `synchronizeMap()`

Answer: Option C


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java