Google News
logo
Java Multithreading - Interview Questions
What are the main components of concurrency API?
Concurrency API can be developed using the class and interfaces of java.util.Concurrent package. There are the following classes and interfaces in java.util.Concurrent package.
 
* Future
* Locks
* Phaser
* Executor
* FarkJoinPool
* CyclicBarrier
* Semaphore
* DelayQueue
* ThreadFactory
* BlockingQueue
* ExecutorService
* TimeUnit(Enum)
* CountDownLatch
* ScheduledExecutorService
Advertisement