Examveda

In the Java Collections Framework, which method is used to obtain a synchronized (thread-safe) version of a collection?

A. `synchronize()`

B. `synchronizedList()`

C. `Collections.synchronizedCollection()`

D. `makeSynchronized()`

Answer: Option C


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

Join The Discussion

Related Questions on Collections Framework in java