Java Stack and Queue
By jeanjiang
@jeanjiang (30)
China
April 25, 2011 11:07pm CST
From Data Construction, I learned two constructions - Stack and Queue. Stack is FILO and Queue is FIFO. In Java, if we want to use Stack and Queue, do we need to create two classes to implement these two construction, or we can use existed classes?
1 response
@jeanjiang (30)
• China
30 Apr 11
Hi jackycui,
After reading your answer, I know Stack and Queue clearly.