Java并发编程的类、接口和方法。

答案解析

常用有:Thread、Runnable、Callable、Future、Executor、Lock、Atomic类、CountDownLatch、CyclicBarrier、BlockingQueue等。