线程安全类:Vector,Hashtable,Stack
线程不安全类:ArrayList,LinkedList,HashSet,TreeSet,HashMap,TreeMap
支持排序的类:HashSet,TreeSet

 写几个线程安全类,不安全的,支持排序的类名?【软通动力面试题】

相关文章:

  • 2021-06-06
  • 2021-07-11
  • 2021-04-10
  • 2021-06-17
  • 2021-08-08
  • 2022-03-05
  • 2021-10-12
猜你喜欢
  • 2021-04-24
  • 2022-12-23
  • 2021-06-24
  • 2021-07-19
  • 2022-01-29
  • 2021-06-02
相关资源
相似解决方案