What is a ConcurrentLinkedDeque in Java used for?
ConcurrentLinkedDeque
To synchronize access to a shared resource
To handle deque operations in a thread-safe manner
To perform atomic operations on collections
To manage arrays in a multi-threaded environment