Vidyalelo
Java Programming · Q19

Java Collections Framework

Programming · Java Programming · question 19

Q19

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

A.
`Stack`
Answer
B.
`Queue`
C.
`List`
D.
`Deque`

Answer: Option A

Solution

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