Vidyalelo
Java Programming · Q5

Java Collections Framework

Programming · Java Programming · question 5

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`
Answer
D.
`Queue`

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board