Q5
In the Java Collections Framework, which interface extends the `List` interface to provide more efficient insertions and deletions in the middle of the list?
A.
`Map`
B.
`Set`
C.
`Deque`
AnswerD.
`Queue`
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board