Q. Which of the following is thread-safe? (A) ArrayList (B) HashMap (C) Vector (D) HashSet ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Vector Explanation: Vector is synchronized and thread-safe.