Examveda
Examveda

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`

D. `Queue`

Answer: Option C


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java