首页
技术面试题 3000
请列举你使用过的JUC包下的工具类。
请列举你使用过的JUC包下的工具类。
答案解析
常用的有:ReentrantLock、CountDownLatch、CyclicBarrier、Semaphore、ReadWriteLock、StampedLock、FutureTask、ConcurrentHashMap、BlockingQueue等。
返回列表
返回首页