InterviewSolution
Saved Bookmarks
| 1. |
What Is Linkedblockingdeque In Java? |
|
Answer» LinkedBlockingDeque is an implementation of the BlockingDeque INTERFACE and it was added in Java 6. LinkedBlockingDeque is an OPTIONALLY bounded DEQUE and it STORES its elements as linked nodes. LinkedBlockingDeque is an implementation of the BlockingDeque interface and it was added in Java 6. LinkedBlockingDeque is an optionally bounded deque and it stores its elements as linked nodes. |
|