Examveda

In the Java Collections Framework, which interface represents a last-in, first-out (LIFO) stack of elements?

A. `Stack`

B. `Queue`

C. `List`

D. `Deque`

Answer: Option A


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

Join The Discussion

Related Questions on Collections Framework in java