Q19
In the Java Collections Framework, which interface represents a last-in, first-out (LIFO) stack of elements?
A.
`Stack`
AnswerB.
`Queue`
C.
`List`
D.
`Deque`
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board